Structsยง
- IoapicSnapshot ๐Snapshot of Ioapic state. Some fields were intentionally excluded:
 - OutEvent ๐Stores the outbound IRQ line in runtime & serializable forms.
 - OutEventSnapshot ๐This struct is essentially the complete serialized form of IrqEvent as used in Ioapic::out_events.
 
Enumsยง
- IoapicError ๐
 
Constantsยง
- IOAPIC_REG_ID ๐
 - IOAPIC_REG_VERSION ๐
 - IOAPIC_VERSION_ID ๐
 - IOEOIR_OFF ๐
 - IOREGSEL_OFF ๐
 - IOWIN_OFF ๐
 - IOWIN_SCALE ๐
 - RTC_IRQ ๐
 
Functionsยง
- Given an offset that was read from/written to, return a tuple of the relevant IRQ and whether the offset refers to the high bits of that register.
 - Given an IRQ and whether or not the selector should refer to the high bits, return a selector suitable to use as an offset to read to/write from.