Expand description
Local APIC emulator.
This emulates the local APIC, as documented by the Intel SDM. It supports both legacy (MMIO) and X2APIC (MSR) modes.
Structs§
- Work to do as a result of
LocalApic::scan
orLocalApic::flush
. - An individual local APIC for a processor.
- Access to a local APIC.
- The interface to the local APIC for all processors.
- Builder for
LocalApicSet
. - APIC offload is not supported with the current request state, likely due to auto EOI. The caller must disable offloads and scan the APIC again.
Enums§
- An error writing the APIC base MSR.
Traits§
- The client to pass to
LocalApic::access
, to handle requests needed when accessing the APIC.