Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Dx86_64.rs46 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state() method
Dwhpx.rs581 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state() method
Dioapic.rs234 pub fn get_ioapic_state(&self) -> IoapicState { in get_ioapic_state() method
Duserspace.rs906 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state() method
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs147 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state() method
810 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state() method
/external/crosvm/kvm/src/
Dlib.rs659 pub fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state() method
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs325 pub fn get_ioapic_state(&self) -> Result<kvm_ioapic_state> { in get_ioapic_state() method