Expand description
Abstractions for the local APIC for timers, IPI and internal interrupt
Structsยง
- APICBaseAddr ๐Register for reconfiguring the base address
- DestFormat ๐Destination Format Register.
- EndOfInt ๐EOI Register, WO
- Identification ๐Local APIC ID Register.
- InterruptCmdH ๐Interrupt Command Register 2, R/W
- InterruptCmdL ๐Interrupt Command Register 1, R/W
- Abstracts the local APICs (which is integrated into every CPU core)
- LogicalDst ๐Logical Destination Register.
- SpuriousInt ๐Spurious Interrupt Vector Register.
- TaskPrio ๐Task Priority Register, R/W
- TimerCount ๐LApic timer current counter register, RO
- TimerCtrl ๐LApic timer control register, R/W
- TimerDiv ๐LApic timer divide configuration register, RW
- TimerInitCount ๐LApic timer initial counter register, R/W
- Version ๐Local APIC Version Register, RO
Enumsยง
- DeliveryMode ๐Delivery mode specifies the type of interrupt sent to the CPU.
- Destination for an inter-processor interrupt
- TimerMode ๐Timer mode.
Constantsยง
- DFR_MODEL_CLUSTER ๐
- DFR_MODEL_FLAT ๐
Staticsยง
- The LAPIC instance, that is different for each cpu core.