pub type arm_cpu_group_exclusive_interface_t = arm_cpu_group_exclusive_interface;

Aliased Type§

struct arm_cpu_group_exclusive_interface_t {
    pub mark_exclusive: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64, _: u64)>,
    pub clear_and_probe_exclusive: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64, _: u64, _: u64, _: u64) -> bool>,
}

Fields§

§mark_exclusive: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64, _: u64)>§clear_and_probe_exclusive: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64, _: u64, _: u64, _: u64) -> bool>