Home
last modified time | relevance | path

Searched defs:IoapicSnapshot (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dioapic.rs107 struct IoapicSnapshot { struct
108 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>,