Searched defs:IoapicState (Results 1 – 7 of 7) sorted by relevance
515 pub struct IoapicState { struct532 impl Default for IoapicState { argument
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()
45 fn get_ioapic_state(&self) -> Result<IoapicState>; in get_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()809 fn get_ioapic_state(&self) -> Result<IoapicState> { in get_ioapic_state()
1234 impl From<&kvm_ioapic_state> for IoapicState { implementation