Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::hardwarecommunication::MADT_PROCESSOR_APIC Struct Reference

An entry in the MADT table describing a processor local APIC. More...

#include <apic.h>

Public Attributes

uint8_t processor_id
 The ID for the core.
 
uint8_t apic_id
 The ID for the APIC that the core uses.
 
uint32_t flags
 Flags indicating the status of the core (bit 0 = core enabled, bit 1 = can be enabled)
 

Detailed Description

An entry in the MADT table describing a processor local APIC.

Definition at line 110 of file apic.h.

Member Data Documentation

◆ apic_id

uint8_t MaxOS::hardwarecommunication::MADT_PROCESSOR_APIC::apic_id

The ID for the APIC that the core uses.

Definition at line 112 of file apic.h.

◆ flags

uint32_t MaxOS::hardwarecommunication::MADT_PROCESSOR_APIC::flags

Flags indicating the status of the core (bit 0 = core enabled, bit 1 = can be enabled)

Definition at line 113 of file apic.h.

◆ processor_id

uint8_t MaxOS::hardwarecommunication::MADT_PROCESSOR_APIC::processor_id

The ID for the core.

Definition at line 111 of file apic.h.


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