MOS Source Code
Loading...
Searching...
No Matches
madt.h File Reference
+ Include dependency graph for madt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

u32 x86_ioapic_get_irq_override (u32 irq)
 
void madt_parse_table (void)
 

Variables

const acpi_madt_tx86_acpi_madt
 
ptr_t x86_ioapic_phyaddr
 

Function Documentation

◆ x86_ioapic_get_irq_override()

u32 x86_ioapic_get_irq_override ( u32 irq)

Definition at line 18 of file madt.c.

Referenced by ioapic_enable_with_mode().

◆ madt_parse_table()

void madt_parse_table ( void )

Definition at line 25 of file madt.c.

Referenced by platform_startup_late().

Variable Documentation

◆ x86_acpi_madt

const acpi_madt_t* x86_acpi_madt
extern

Definition at line 11 of file madt.c.

Referenced by do_handle_sdt_header(), lapic_memory_setup(), and madt_parse_table().

◆ x86_ioapic_phyaddr

ptr_t x86_ioapic_phyaddr
extern

Definition at line 12 of file madt.c.

Referenced by ioapic_init(), and madt_parse_table().