/arch/x86/include/asm/es7000/ |
D | mpparse.h | 12 extern int acpi_madt_oem_check(char *oem_id, char *oem_table_id); 23 !strncmp(header.oem_id, "UNISYS", 6)) in es7000_check_dsdt()
|
/arch/x86/kernel/ |
D | genapic_64.c | 69 int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 74 if (apic_probe[i]->acpi_madt_oem_check(oem_id, oem_table_id)) { in acpi_madt_oem_check()
|
D | genapic_flat_64.c | 28 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument 204 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument
|
D | genx2apic_cluster.c | 15 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
|
D | genx2apic_phys.c | 22 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
|
D | genx2apic_uv_x.c | 36 static int uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in uv_acpi_madt_oem_check() argument 38 if (!strcmp(oem_id, "SGI")) { in uv_acpi_madt_oem_check()
|
D | es7000_32.c | 297 if (!memcmp((char *) &header->oem_id, "UNISYS", 6)) { in find_unisys_acpi_oem_table()
|
/arch/x86/mach-generic/ |
D | es7000.c | 60 static int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 84 static int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument
|
D | probe.c | 131 int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 135 if (apic_probe[i]->acpi_madt_oem_check(oem_id, oem_table_id)) { in acpi_madt_oem_check()
|
D | numaq.c | 35 static int acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument
|
/arch/x86/include/asm/summit/ |
D | mpparse.h | 30 static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 32 if (!strncmp(oem_id, "IBM", 3) && in acpi_madt_oem_check()
|
/arch/x86/include/asm/mach-default/ |
D | mach_mpparse.h | 11 static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument
|
/arch/x86/include/asm/ |
D | genapic_64.h | 19 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
D | genapic_32.h | 56 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
/arch/ia64/kernel/ |
D | acpi.c | 122 if (!strcmp(hdr->oem_id, "HP")) { in acpi_get_sysname() 124 } else if (!strcmp(hdr->oem_id, "SGI")) { in acpi_get_sysname() 129 } else if (xen_pv_domain() && !strcmp(hdr->oem_id, "XEN")) { in acpi_get_sysname() 397 static void __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() argument 399 if (!strncmp(oem_id, "IBM", 3) && (!strncmp(oem_table_id, "SERMOW", 6))) { in acpi_madt_oem_check() 436 acpi_madt_oem_check(acpi_madt->header.oem_id, in acpi_parse_madt()
|
D | sal.c | 328 systab->oem_id, systab->product_id, in ia64_sal_init()
|
/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 323 strcpy(sal_systab->oem_id, "Generic"); in sys_fw_init() 328 strcpy(sal_systab->oem_id, "Hewlett-Packard"); in sys_fw_init()
|
/arch/ia64/include/asm/ |
D | sal.h | 142 u8 oem_id[32]; member 466 oem_id : 1, member 485 u8 oem_id[16]; member
|
/arch/ia64/sn/kernel/ |
D | setup.c | 256 u8 oem_id[6]; member
|
/arch/x86/kernel/acpi/ |
D | boot.c | 165 if (!strcmp(mcfg->header.oem_id, "SGI")) in acpi_mcfg_oem_check() 242 acpi_madt_oem_check(madt->header.oem_id, madt->header.oem_table_id); in acpi_parse_madt()
|