Searched defs:IoapicSnapshot (Results 1 – 1 of 1) sorted by relevance
107 struct IoapicSnapshot { struct108 num_pins: usize,109 ioregsel: u8,110 ioapicid: u32,111 rtc_remote_irr: bool,112 out_event_snapshots: Vec<Option<OutEventSnapshot>>,113 redirect_table: Vec<IoapicRedirectionTableEntry>,114 interrupt_level: Vec<bool>,