Type Alias simics_api_sys::bindings::x86_address_query_interface_t
source · pub type x86_address_query_interface_t = x86_address_query_interface;
Aliased Type§
struct x86_address_query_interface_t {
pub segment: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut cpu_address_info) -> x86_seg_t>,
pub get_page_crossing_info: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut cpu_address_info) -> page_crossing_info_t>,
}
Fields§
§segment: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut cpu_address_info) -> x86_seg_t>
§get_page_crossing_info: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut cpu_address_info) -> page_crossing_info_t>