Searched defs:IoapicState (Results 1 – 8 of 8) sorted by relevance
107 pub struct IoapicState { struct116 const_assert_eq!(size_of::<IoapicState>(), size_of::<kvm_ioapic_state>()); argument659 pub fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
522 pub struct IoapicState { struct539 impl Default for IoapicState { implementation
46 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state()
234 pub fn get_ioapic_state(&self) -> IoapicState { in get_ioapic_state()259 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state()
581 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
906 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
147 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()810 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
1296 impl From<&kvm_ioapic_state> for IoapicState { implementation