Type Alias simics_api_sys::tlb_fill_instruction_hap_callback
source · pub type tlb_fill_instruction_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, linear: int64, physical: int64, page_size: int64)>;
Expand description
Index: page_size Description: Triggered when a TLB entry is filled after a table walk. Page size encoding: 0==4k, 1==2M, 2==4M, 3==1G.
Aliased Type§
enum tlb_fill_instruction_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: i64, _: i64)),
}