Searched defs:IoapicState (Results 1 – 5 of 5) sorted by relevance
241 pub struct IoapicState { struct254 impl Default for IoapicState { argument
27 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state()
181 pub fn get_ioapic_state(&self) -> IoapicState { in get_ioapic_state()206 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state()
108 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()723 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
822 impl From<&kvm_ioapic_state> for IoapicState { implementation