The Pedigree Project  0.1
Public Member Functions | Public Attributes | List of all members
Multiprocessor::IoApicInformation Struct Reference

#include <Multiprocessor.h>

+ Collaboration diagram for Multiprocessor::IoApicInformation:

Public Member Functions

 IoApicInformation (uint8_t apicid, physical_uintptr_t Address)
 

Public Attributes

uint8_t apicId
 
physical_uintptr_t address
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: