TLB_Replace_Data UI_Record_State_Changed
API Reference Manual  /  12 Haps  / 

TLB_Replace_Instruction

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, 3==1G.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 linear, 
         int64 physical, int64 page_size);

Index
page_size

TLB_Replace_Data UI_Record_State_Changed