Searched defs:IoapicState (Results 1 – 7 of 7) sorted by relevance
434 pub struct IoapicState { struct447 impl Default for IoapicState { argument
39 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_ioapic_state()
259 pub fn get_ioapic_state(&self) -> IoapicState { in get_ioapic_state()284 pub fn set_ioapic_state(&mut self, state: &IoapicState) { in set_ioapic_state()
571 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
904 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
132 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()760 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
1076 impl From<&kvm_ioapic_state> for IoapicState { implementation