Lines Matching refs:madt
19 static struct acpi_table_madt *madt; in get_madt_table() local
24 (struct acpi_table_header **)&madt))) in get_madt_table()
25 madt = NULL; in get_madt_table()
29 return madt; in get_madt_table()
160 static phys_cpuid_t map_madt_entry(struct acpi_table_madt *madt, in map_madt_entry() argument
166 if (!madt) in map_madt_entry()
169 entry = (unsigned long)madt; in map_madt_entry()
170 madt_end = entry + madt->header.length; in map_madt_entry()
204 struct acpi_table_madt *madt = NULL; in acpi_map_madt_entry() local
208 (struct acpi_table_header **)&madt); in acpi_map_madt_entry()
209 if (!madt) in acpi_map_madt_entry()
212 rv = map_madt_entry(madt, 1, acpi_id); in acpi_map_madt_entry()
214 acpi_put_table((struct acpi_table_header *)madt); in acpi_map_madt_entry()
221 struct acpi_table_header *madt = NULL; in acpi_get_madt_revision() local
224 if (ACPI_FAILURE(acpi_get_table(ACPI_SIG_MADT, 0, &madt))) in acpi_get_madt_revision()
227 revision = madt->revision; in acpi_get_madt_revision()
229 acpi_put_table(madt); in acpi_get_madt_revision()
356 struct acpi_table_madt *madt; in parse_madt_ioapic_entry() local
359 madt = get_madt_table(); in parse_madt_ioapic_entry()
360 if (!madt) in parse_madt_ioapic_entry()
363 entry = (unsigned long)madt; in parse_madt_ioapic_entry()
364 madt_end = entry + madt->header.length; in parse_madt_ioapic_entry()