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

#include <Multiprocessor.h>

+ Collaboration diagram for Multiprocessor::ProcessorInformation:

Public Member Functions

 ProcessorInformation (uint8_t processorid, uint8_t apicid)
 

Public Attributes

uint8_t processorId
 
uint8_t apicId
 

Detailed Description

Information about one processor. This information is provided by the SMP or the ACPI tables.

Definition at line 36 of file Multiprocessor.h.

Member Data Documentation

uint8_t Multiprocessor::ProcessorInformation::apicId

The id of the processor's local APIC

Definition at line 46 of file Multiprocessor.h.

uint8_t Multiprocessor::ProcessorInformation::processorId

The id of the processor

Definition at line 44 of file Multiprocessor.h.


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