KTLBOperationsInterruptEvent

KTLBOperationsInterruptEvent

class KTLBOperationsInterruptEvent extends KBaseInterruptEvent

There is one instance of this object per core.

Size : 0x10 bytes

OffsetTypeDescription
0x0void **Pointer to vtable
0x4KProcessHwInfo*Context info (for operation 1)
0x8void *Virtual address (for operation 2)
0xCu32Current operation

Possible operations (any other value leads to a kernel panic):

OperationDescription
0No operation (when an operation is completed, the interrupt handler sets this value)
1Invalidate unified TLB entries on context ID match
2Invalidate entire unified TLB
3Invalidate unified TLB entries on VA match
4Reset context: sets the context ID to 0 and TTB0 to

Category:Kernel interrupt events