Module interrupt

Source
Available on x86 or x86-64 only.
Expand description

Support for managing interrupts.

Structs§

APICBaseRegister
IA32_APIC_BASE: A model-specific register that allows relocating an advanced programmable interrupt controller (APIC)’s control structure.
InterruptDescriptorTableRegister
IDTR: Contains the memory range of the interrupt descriptor table.
InterruptVector
An interrupt/exception number.