Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs515 pub struct IoapicState { struct
532 impl Default for IoapicState { argument
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dioapic.rs233 pub fn get_ioapic_state(&self) -> IoapicState { in get_ioapic_state()
258 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state()
H A Dx86_64.rs45 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state()
H A Dwhpx.rs580 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
H A Duserspace.rs905 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs146 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
809 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs1234 impl From<&kvm_ioapic_state> for IoapicState { implementation