|
PatchworkOS
|
IO APIC Version Structure. More...
#include <apic.h>
Data Fields | ||
| union { | ||
| uint32_t raw | ||
| struct PACKED { | ||
| uint8_t version | ||
| uint8_t reserved | ||
| uint8_t maxRedirs | ||
| uint8_t reserved2 | ||
| } | ||
| }; | ||
IO APIC Version Structure.
Stored in the IOAPIC_REG_VERSION register.
| union { ... } ioapic_version_t |
| uint8_t ioapic_version_t::maxRedirs |
Definition at line 192 of file apic.h.
Referenced by ioapic_all_init(), and ioapic_from_gsi().
| uint32_t ioapic_version_t::raw |
Definition at line 187 of file apic.h.
Referenced by ioapic_get_version().