VIRTUTECH CONFIDENTIAL    Previous - Up - Next

TLB_Replace_Data

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
This hap is triggered when a TLB entry is replaced by another. The parameters relate to the old entry, and the insertion of the new entry will trigger a fill hap. Page size encoding: 0==4k, 1==2M, 2==4M.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next