Home
last modified time | relevance | path

Searched refs:acpi_madt_oem_check (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_flat_64.c82 .acpi_madt_oem_check = flat_acpi_madt_oem_check,
154 .acpi_madt_oem_check = physflat_acpi_madt_oem_check,
H A Dprobe_64.c36 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
H A Dapic_numachip.c223 .acpi_madt_oem_check = numachip1_acpi_madt_oem_check,
260 .acpi_madt_oem_check = numachip2_acpi_madt_oem_check,
H A Dx2apic_phys.c146 .acpi_madt_oem_check = x2apic_acpi_madt_oem_check,
H A Dx2apic_cluster.c228 .acpi_madt_oem_check = x2apic_acpi_madt_oem_check,
H A Dx2apic_uv_x.c806 .acpi_madt_oem_check = uv_acpi_madt_oem_check,
/openbmc/linux/arch/x86/xen/
H A Dapic.c129 .acpi_madt_oem_check = xen_madt_oem_check,
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c275 static void __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() function
311 acpi_madt_oem_check(acpi_madt->header.oem_id, in acpi_parse_madt()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h294 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id); member