Home
last modified time | relevance | path

Searched defs:get_mp_state (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dmod.rs170 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
H A Dx86_64.rs637 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dgunyah.rs126 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
H A Dmod.rs229 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState>; in get_mp_state() method
H A Dwhpx.rs417 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
H A Duserspace.rs680 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
H A Dapic.rs180 pub fn get_mp_state(&self) -> MPState { in get_mp_state() method
/aosp_15_r20/external/crosvm/devices/src/irqchip/geniezone/
H A Dmod.rs271 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dmod.rs1124 pub fn get_mp_state(&self) -> Result<kvm_mp_state> { in get_mp_state() method
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs1473 pub fn get_mp_state(&self) -> Result<kvm_mp_state> { in get_mp_state() method