Expand description
Register information and driver to program xAPIC, X2APIC and I/O APIC
Modules§
- ioapic
- To control an I/O APIC.
- x2apic
- x2APIC, the most recent APIC on x86 for large servers with more than 255 cores.
- xapic
- Information about the xAPIC for the local APIC.
Structs§
- Icr
- Abstract the IPI control register
Enums§
- ApicId
- Encodes the id of a core.
- Delivery
Mode - Specify IPI Delivery Mode
- Delivery
Status - Specify Delivery Status
- Destination
Mode - Specify IPI Destination Mode.
- Destination
Shorthand - IPI Destination Shorthand
- Level
- IPI Level
- Trigger
Mode - IPI Trigger Mode
Traits§
- Apic
Control - Abstracts common interface of local APIC (x2APIC, xAPIC) hardware devices.