Module apic

Source
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.
DeliveryMode
Specify IPI Delivery Mode
DeliveryStatus
Specify Delivery Status
DestinationMode
Specify IPI Destination Mode.
DestinationShorthand
IPI Destination Shorthand
Level
IPI Level
TriggerMode
IPI Trigger Mode

Traits§

ApicControl
Abstracts common interface of local APIC (x2APIC, xAPIC) hardware devices.