Type Alias simics_api_sys::core_address_not_mapped_hap_callback
source · pub type core_address_not_mapped_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, physical_address: int64, access_type: int64, size: int64)>;
Expand description
Index: Indices not supported Description: Triggered when an access to a memory-space has no target and the access does not match any entry in the
Aliased Type§
enum core_address_not_mapped_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: i64, _: i64)),
}