Home
last modified time | relevance | path

Searched defs:set_ioapic_state (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs151 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
814 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs48 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()>; in set_ioapic_state() method
H A Dwhpx.rs585 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
H A Dioapic.rs258 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state() method
H A Duserspace.rs909 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs657 pub fn set_ioapic_state(&self, state: &kvm_ioapic_state) -> Result<()> { in set_ioapic_state() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs347 pub fn set_ioapic_state(&self, state: &kvm_ioapic_state) -> Result<()> { in set_ioapic_state() method