Searched defs:IoapicState (Results 1 – 7 of 7) sorted by relevance
511 pub struct IoapicState { struct528 impl Default for IoapicState { argument
45 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state()
233 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()
580 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
905 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
146 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()812 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
1307 impl From<&kvm_ioapic_state> for IoapicState { implementation