Module x86::apic

source · []
Expand description

Register information and driver to program xAPIC, X2APIC and I/O APIC

Modules

To control an I/O APIC.
x2APIC, the most recent APIC on x86 for large servers with more than 255 cores.
Information about the xAPIC for the local APIC.

Structs

Abstract the IPI control register

Enums

Encodes the id of a core.
Specify IPI Delivery Mode
Specify Delivery Status
Specify IPI Destination Mode.
IPI Destination Shorthand
IPI Level
IPI Trigger Mode

Traits

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