Type Alias simics_api_sys::bindings::x86_pkg_cstate_interface_t

source ·
pub type x86_pkg_cstate_interface_t = x86_pkg_cstate_interface;

Aliased Type§

struct x86_pkg_cstate_interface_t {
    pub get_pkg_cstate: Option<unsafe extern "C" fn(_: *mut conf_object) -> x86_cstate_t>,
    pub set_pkg_cstate: Option<unsafe extern "C" fn(_: *mut conf_object, _: u32, _: u32)>,
    pub pkg_cstate_update: Option<unsafe extern "C" fn(_: *mut conf_object, _: bool)>,
}

Fields§

§get_pkg_cstate: Option<unsafe extern "C" fn(_: *mut conf_object) -> x86_cstate_t>§set_pkg_cstate: Option<unsafe extern "C" fn(_: *mut conf_object, _: u32, _: u32)>§pkg_cstate_update: Option<unsafe extern "C" fn(_: *mut conf_object, _: bool)>