Searched refs:madt (Results 1 – 4 of 4) sorted by relevance
22 static struct acpi_table_madt *madt; in get_madt_table() local27 (struct acpi_table_header **)&madt))) in get_madt_table()28 madt = NULL; in get_madt_table()32 return madt; in get_madt_table()112 static phys_cpuid_t map_madt_entry(struct acpi_table_madt *madt, in map_madt_entry() argument118 if (!madt) in map_madt_entry()121 entry = (unsigned long)madt; in map_madt_entry()122 madt_end = entry + madt->header.length; in map_madt_entry()150 struct acpi_table_madt *madt = NULL; in acpi_map_madt_entry() local154 (struct acpi_table_header **)&madt); in acpi_map_madt_entry()[all …]
477 static struct acpi_table_madt *madt; in acpi_check_amazon_graviton_quirks() local484 (struct acpi_table_header **)&madt); in acpi_check_amazon_graviton_quirks()486 if (ACPI_FAILURE(status) || !madt) in acpi_check_amazon_graviton_quirks()488 rc = !memcmp(madt->header.oem_id, ACPI_AMZN_OEM_ID, ACPI_OEM_ID_SIZE); in acpi_check_amazon_graviton_quirks()489 acpi_put_table((struct acpi_table_header *)madt); in acpi_check_amazon_graviton_quirks()
125 struct acpi_table_madt *madt = NULL; in acpi_parse_madt() local130 madt = (struct acpi_table_madt *)table; in acpi_parse_madt()131 if (!madt) { in acpi_parse_madt()136 if (madt->address) { in acpi_parse_madt()137 acpi_lapic_addr = (u64) madt->address; in acpi_parse_madt()140 madt->address); in acpi_parse_madt()143 default_acpi_madt_oem_check(madt->header.oem_id, in acpi_parse_madt()144 madt->header.oem_table_id); in acpi_parse_madt()
242 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);