KTLBOperationsInterruptEvent: Difference between revisions
Created page with "Category:Kernel objects class KTLBOperationsInterruptEvent extends InterruptEvent; There is one instance of this object per core...." |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Kernel | [[Category:Kernel interrupt events]] | ||
class [[KTLBOperationsInterruptEvent]] extends [[ | class [[KTLBOperationsInterruptEvent]] extends [[KBaseInterruptEvent]] | ||
There is one instance of this object per core. | There is one instance of this object per core. | ||
Line 40: | Line 40: | ||
|- | |- | ||
| 1 | | 1 | ||
| Invalidate unified TLB on context ID match | | Invalidate unified TLB entries on context ID match | ||
|- | |- | ||
| 2 | | 2 | ||
Line 46: | Line 46: | ||
|- | |- | ||
| 3 | | 3 | ||
| Invalidate unified TLB on VA match | | Invalidate unified TLB entries on VA match | ||
|- | |- | ||
| 4 | | 4 | ||
| Reset context: sets the context ID to 0 and TTB0 to <end of userland memory> | | Reset context: sets the context ID to 0 and TTB0 to <end of userland memory> | ||
|} | |} |