Searched refs:madt (Results 1 – 3 of 3) sorted by relevance
21 static struct acpi_table_madt *madt; in get_madt_table() local26 (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() argument117 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() local153 (struct acpi_table_header **)&madt); in acpi_map_madt_entry()[all …]
141 struct acpi_table_madt *madt = NULL; in acpi_parse_madt() local146 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()
250 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);