Home
last modified time | relevance | path

Searched refs:oem_id (Results 1 – 15 of 15) sorted by relevance

/arch/x86/kernel/apic/
Dprobe_64.c37 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()
Dapic_numachip.c209 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()
Dapic_flat_64.c26 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()
Dprobe_32.c194 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()
Dx2apic_phys.c37 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
Dx2apic_cluster.c23 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
Dx2apic_uv_x.c37 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/
Dsetup.c79 if (!strcmp(xsdt->header.oem_id, "SGI") && in uv_probe_system_type()
/arch/x86/xen/
Dapic.c108 static int xen_madt_oem_check(char *oem_id, char *oem_table_id) in xen_madt_oem_check() argument
/arch/ia64/kernel/
Dacpi.c275 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()
Dsal.c323 systab->oem_id, systab->product_id, in ia64_sal_init()
/arch/ia64/include/asm/
Dsal.h143 u8 oem_id[32]; member
467 oem_id : 1, member
486 u8 oem_id[16]; member
/arch/x86/include/asm/
Dapic.h314 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
/arch/x86/pci/
Dmmconfig-shared.c554 if (!strncmp(mcfg->header.oem_id, "SGI", 3)) in acpi_mcfg_check_entry()
/arch/x86/kernel/acpi/
Dboot.c147 default_acpi_madt_oem_check(madt->header.oem_id, in acpi_parse_madt()