Home
last modified time | relevance | path

Searched refs:madt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/acpi/
Dprocessor_core.c21 static struct acpi_table_madt *madt; in get_madt_table() local
26 (struct acpi_table_header **)&madt))) in get_madt_table()
27 madt = NULL; in get_madt_table()
31 return madt; in get_madt_table()
111 static phys_cpuid_t map_madt_entry(struct acpi_table_madt *madt, in map_madt_entry() argument
117 if (!madt) in map_madt_entry()
120 entry = (unsigned long)madt; in map_madt_entry()
121 madt_end = entry + madt->header.length; in map_madt_entry()
149 struct acpi_table_madt *madt = NULL; in acpi_map_madt_entry() local
153 (struct acpi_table_header **)&madt); in acpi_map_madt_entry()
[all …]
/Linux-v4.19/arch/x86/kernel/acpi/
Dboot.c141 struct acpi_table_madt *madt = NULL; in acpi_parse_madt() local
146 madt = (struct acpi_table_madt *)table; in acpi_parse_madt()
147 if (!madt) { in acpi_parse_madt()
152 if (madt->address) { in acpi_parse_madt()
153 acpi_lapic_addr = (u64) madt->address; in acpi_parse_madt()
156 madt->address); in acpi_parse_madt()
159 default_acpi_madt_oem_check(madt->header.oem_id, in acpi_parse_madt()
160 madt->header.oem_table_id); in acpi_parse_madt()
/Linux-v4.19/include/linux/
Dacpi.h250 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);