Searched refs:ACPI_SIG_MADT (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/acpi/ |
H A D | tables.c | 259 if (!strncmp(id, ACPI_SIG_MADT, 4)) in acpi_table_parse_entries_array() 314 return acpi_table_parse_entries(ACPI_SIG_MADT, in acpi_table_parse_madt() 339 if (strncmp(id, ACPI_SIG_MADT, 4) == 0) in acpi_table_parse() 361 acpi_get_table(ACPI_SIG_MADT, 2, &table); in check_multiple_madt() 401 ACPI_SIG_EINJ, ACPI_SIG_ERST, ACPI_SIG_HEST, ACPI_SIG_MADT,
|
H A D | processor_core.c | 23 if (ACPI_FAILURE(acpi_get_table(ACPI_SIG_MADT, 0, in get_madt_table() 207 acpi_get_table(ACPI_SIG_MADT, 0, in acpi_map_madt_entry() 224 if (ACPI_FAILURE(acpi_get_table(ACPI_SIG_MADT, 0, &madt))) in acpi_get_madt_revision()
|
H A D | scan.c | 2792 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { in __acpi_probe_device_table()
|
/linux/include/linux/ |
H A D | irqchip.h | 79 ACPI_SIG_MADT, subtable, \
|
/linux/tools/power/acpi/tools/acpidump/ |
H A D | apdump.c | 318 strcpy(local_signature, ACPI_SIG_MADT); in ap_dump_table_by_name()
|
/linux/drivers/acpi/riscv/ |
H A D | irq.c | 51 if (nr == 1 || !ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) in arch_sort_irqchip_probe()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-v2m.c | 449 status = acpi_get_table(ACPI_SIG_MADT, 0, in acpi_check_amazon_graviton_quirks()
|
/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 1215 if (!acpi_table_parse(ACPI_SIG_MADT, acpi_parse_madt)) { in early_acpi_process_madt() 1241 if (!acpi_table_parse(ACPI_SIG_MADT, acpi_parse_madt)) { in acpi_process_madt()
|
/linux/include/acpi/ |
H A D | actbl2.h | 35 #define ACPI_SIG_MADT "APIC" /* Multiple APIC Description Table */ macro
|