Searched refs:madt (Results 1 – 4 of 4) sorted by relevance
19 static struct acpi_table_madt *madt; in get_madt_table() local24 (struct acpi_table_header **)&madt))) in get_madt_table()25 madt = NULL; in get_madt_table()29 return madt; in get_madt_table()109 static phys_cpuid_t map_madt_entry(struct acpi_table_madt *madt, in map_madt_entry() argument115 if (!madt) in map_madt_entry()118 entry = (unsigned long)madt; in map_madt_entry()119 madt_end = entry + madt->header.length; in map_madt_entry()147 struct acpi_table_madt *madt = NULL; in acpi_map_madt_entry() local151 (struct acpi_table_header **)&madt); in acpi_map_madt_entry()[all …]
474 static struct acpi_table_madt *madt; in acpi_check_amazon_graviton_quirks() local481 (struct acpi_table_header **)&madt); in acpi_check_amazon_graviton_quirks()483 if (ACPI_FAILURE(status) || !madt) in acpi_check_amazon_graviton_quirks()485 rc = !memcmp(madt->header.oem_id, ACPI_AMZN_OEM_ID, ACPI_OEM_ID_SIZE); in acpi_check_amazon_graviton_quirks()486 acpi_put_table((struct acpi_table_header *)madt); in acpi_check_amazon_graviton_quirks()
133 struct acpi_table_madt *madt = NULL; in acpi_parse_madt() local138 madt = (struct acpi_table_madt *)table; in acpi_parse_madt()139 if (!madt) { in acpi_parse_madt()144 if (madt->address) { in acpi_parse_madt()145 acpi_lapic_addr = (u64) madt->address; in acpi_parse_madt()147 pr_debug("Local APIC address 0x%08x\n", madt->address); in acpi_parse_madt()149 if (madt->header.revision >= 5) in acpi_parse_madt()152 default_acpi_madt_oem_check(madt->header.oem_id, in acpi_parse_madt()153 madt->header.oem_table_id); in acpi_parse_madt()
268 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);