Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/kvm/
Dmod.rs163 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state()
Dx86_64.rs594 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state()
/external/crosvm/devices/src/irqchip/
Dgunyah.rs126 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state()
Dmod.rs218 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState>; in get_mp_state()
Dwhpx.rs414 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state()
Dapic.rs181 pub fn get_mp_state(&self) -> MPState { in get_mp_state()
186 pub fn set_mp_state(&mut self, state: &MPState) { in set_mp_state()
Duserspace.rs680 fn get_mp_state(&self, vcpu_id: usize) -> Result<MPState> { in get_mp_state()
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs273 fn get_mp_state(&self, _vcpu_id: usize) -> Result<MPState> { in get_mp_state()
/external/crosvm/hypervisor/src/
Dlib.rs546 pub enum MPState { enum
/external/crosvm/hypervisor/src/kvm/
Dmod.rs1292 impl From<&kvm_mp_state> for MPState { implementation