Searched refs:madt (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dacpi.h238 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c135 struct acpi_table_madt *madt = NULL; local
140 madt = (struct acpi_table_madt *)table;
141 if (!madt) {
146 if (madt->address) {
147 acpi_lapic_addr = (u64) madt->address;
149 pr_debug("Local APIC address 0x%08x\n", madt->address);
152 if (madt->flags & ACPI_MADT_PCAT_COMPAT)
161 default_acpi_madt_oem_check(madt->header.oem_id,
162 madt->header.oem_table_id);
/linux-master/drivers/acpi/
H A Dprocessor_core.c19 static struct acpi_table_madt *madt; local
24 (struct acpi_table_header **)&madt)))
25 madt = NULL;
29 return madt;
159 static phys_cpuid_t map_madt_entry(struct acpi_table_madt *madt, argument
165 if (!madt)
168 entry = (unsigned long)madt;
169 madt_end = entry + madt->header.length;
203 struct acpi_table_madt *madt = NULL; local
207 (struct acpi_table_header **)&madt);
340 struct acpi_table_madt *madt; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v2m.c474 static struct acpi_table_madt *madt; local
481 (struct acpi_table_header **)&madt);
483 if (ACPI_FAILURE(status) || !madt)
485 rc = !memcmp(madt->header.oem_id, ACPI_AMZN_OEM_ID, ACPI_OEM_ID_SIZE);
486 acpi_put_table((struct acpi_table_header *)madt);

Completed in 238 milliseconds