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

Multiple APIC Description Table. More...

#include <tables.h>

Data Fields

sdt_header_t header
 
uint32_t localInterruptControllerAddress
 
madt_flags_t flags
 
interrupt_controller_header_t interruptControllers []
 

Detailed Description

Multiple APIC Description Table.

See also
Section 5.2.12 table 5.19 of the ACPI specification for more details.

Definition at line 179 of file tables.h.

Field Documentation

◆ flags

madt_flags_t madt_t::flags

Definition at line 183 of file tables.h.

◆ header

sdt_header_t madt_t::header

Definition at line 181 of file tables.h.

◆ interruptControllers

interrupt_controller_header_t madt_t::interruptControllers[]

Definition at line 184 of file tables.h.

◆ localInterruptControllerAddress

uint32_t madt_t::localInterruptControllerAddress

Definition at line 182 of file tables.h.

Referenced by lapic_init().


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