VIRTUTECH CONFIDENTIAL Previous - Up - Next
TLB_Invalidate_Instruction
- Provided By
-
x86_tlb
- Callback Type
-
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, integer_t linear,
integer_t physical, integer_t page_size);
- Index
-
page_size
- Description
-
Triggered when a TLB entry is invalidated. The invalidation can be caused by an INVLPG instruction, a write to CR3, or by changes to paging bits in CR0 and CR4. Page size encoding: 0==4k, 1==2M, 2==4M.
VIRTUTECH CONFIDENTIAL Previous - Up - Next