Expand description
Abstractions for the local APIC for timers, IPI and internal interrupt
Structsยง
- APIC
Base ๐Addr Register for reconfiguring the base address - Dest
Format ๐Destination Format Register. - EndOf
Int ๐EOI Register, WO - Identification ๐Local APIC ID Register.
- Interrupt
CmdH ๐Interrupt Command Register 2, R/W - Interrupt
CmdL ๐Interrupt Command Register 1, R/W - Abstracts the local APICs (which is integrated into every CPU core)
- Logical
Dst ๐Logical Destination Register. - Spurious
Int ๐Spurious Interrupt Vector Register. - Task
Prio ๐Task Priority Register, R/W - Timer
Count ๐LApic timer current counter register, RO - Timer
Ctrl ๐LApic timer control register, R/W - Timer
Div ๐LApic timer divide configuration register, RW - Timer
Init ๐Count LApic timer initial counter register, R/W - Version ๐Local APIC Version Register, RO
Enumsยง
- Delivery
Mode ๐Delivery mode specifies the type of interrupt sent to the CPU. - Destination for an inter-processor interrupt
- Timer
Mode ๐Timer mode.
Constantsยง
- DFR_
MODEL_ ๐CLUSTER - DFR_
MODEL_ ๐FLAT
Staticsยง
- The LAPIC instance, that is different for each cpu core.