PatchworkOS
Loading...
Searching...
No Matches
processor_local_apic_t Struct Reference

Processor Local APIC. More...

#include <tables.h>

Data Fields

interrupt_controller_header_t header
 
uint8_t acpiProcessorUid
 
uint8_t apicId
 
uint32_t flags
 

Detailed Description

Processor Local APIC.

See also
Section 5.2.12.2 table 5.22 of the ACPI specification for more details.

Definition at line 150 of file tables.h.

Field Documentation

◆ acpiProcessorUid

uint8_t processor_local_apic_t::acpiProcessorUid

Definition at line 153 of file tables.h.

◆ apicId

uint8_t processor_local_apic_t::apicId

Definition at line 154 of file tables.h.

Referenced by smp_others_init().

◆ flags

uint32_t processor_local_apic_t::flags

Definition at line 155 of file tables.h.

Referenced by smp_others_init().

◆ header

interrupt_controller_header_t processor_local_apic_t::header

Definition at line 152 of file tables.h.

Referenced by smp_others_init().


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