Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Dx86_64.rs49 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()>; in set_ioapic_state() method
Dwhpx.rs586 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
Dioapic.rs259 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state() method
Duserspace.rs910 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs152 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
815 fn set_ioapic_state(&mut self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
/external/crosvm/kvm/src/
Dlib.rs689 pub fn set_ioapic_state(&self, state: &IoapicState) -> Result<()> { in set_ioapic_state() method
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs351 pub fn set_ioapic_state(&self, state: &kvm_ioapic_state) -> Result<()> { in set_ioapic_state() method