The Pedigree Project
0.1
|
#include <Multiprocessor.h>
Public Member Functions | |
IoApicInformation (uint8_t apicid, physical_uintptr_t Address) | |
Public Attributes | |
uint8_t | apicId |
physical_uintptr_t | address |
Information about one I/O APIC. This information is provided by the SMP or the ACPI tables.
Definition at line 51 of file Multiprocessor.h.
physical_uintptr_t Multiprocessor::IoApicInformation::address |
The physical address of the I/O APIC register set
Definition at line 61 of file Multiprocessor.h.
uint8_t Multiprocessor::IoApicInformation::apicId |
The id of the I/O APIC
Definition at line 59 of file Multiprocessor.h.