/arch/x86/kernel/apic/ |
D | probe_64.c | 37 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 42 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
|
D | apic_numachip.c | 209 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument 211 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip1_acpi_madt_oem_check() 220 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument 222 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip2_acpi_madt_oem_check()
|
D | apic_flat_64.c | 26 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument 160 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument 174 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check()
|
D | probe_32.c | 194 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 201 if (!(*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) in default_acpi_madt_oem_check()
|
D | x2apic_phys.c | 37 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
|
D | x2apic_cluster.c | 23 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
|
D | x2apic_uv_x.c | 37 static u8 oem_id[ACPI_OEM_ID_SIZE + 1]; variable 381 uv_stringify(sizeof(oem_id), oem_id, _oem_id); in uv_set_system_type() 387 uv_stringify(sizeof(uv_archtype), uv_archtype, oem_id); in uv_set_system_type() 417 oem_id, oem_table_id, uv_system_type, uv_hubless_system); in uv_set_system_type() 496 oem_id, oem_table_id, uv_system_type, is_uv(UV_ANY), in uv_acpi_madt_oem_check()
|
/arch/ia64/uv/kernel/ |
D | setup.c | 79 if (!strcmp(xsdt->header.oem_id, "SGI") && in uv_probe_system_type()
|
/arch/x86/xen/ |
D | apic.c | 108 static int xen_madt_oem_check(char *oem_id, char *oem_table_id) in xen_madt_oem_check() argument
|
/arch/ia64/kernel/ |
D | acpi.c | 275 static void __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 277 if (!strncmp(oem_id, "IBM", 3) && (!strncmp(oem_table_id, "SERMOW", 6))) { in acpi_madt_oem_check() 311 acpi_madt_oem_check(acpi_madt->header.oem_id, in acpi_parse_madt()
|
D | sal.c | 323 systab->oem_id, systab->product_id, in ia64_sal_init()
|
/arch/ia64/include/asm/ |
D | sal.h | 143 u8 oem_id[32]; member 467 oem_id : 1, member 486 u8 oem_id[16]; member
|
/arch/x86/include/asm/ |
D | apic.h | 314 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
/arch/x86/pci/ |
D | mmconfig-shared.c | 554 if (!strncmp(mcfg->header.oem_id, "SGI", 3)) in acpi_mcfg_check_entry()
|
/arch/x86/kernel/acpi/ |
D | boot.c | 147 default_acpi_madt_oem_check(madt->header.oem_id, in acpi_parse_madt()
|