Home
last modified time | relevance | path

Searched defs:MPState (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()
H A Dx86_64.rs637 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state()
/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()
H A Dmod.rs229 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState>; in get_mp_state()
H A Dapic.rs180 pub fn get_mp_state(&self) -> MPState { in get_mp_state()
185 pub fn set_mp_state(&mut self, state: &MPState) { in set_mp_state()
H A Dwhpx.rs417 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state()
H A Duserspace.rs680 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state()
/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()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs549 pub enum MPState { enum
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dmod.rs1217 impl From<&kvm_mp_state> for MPState { implementation