Home
last modified time | relevance | path

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

/arch/x86/kernel/apic/
A Dprobe_64.c31 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument
36 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
A Dapic_numachip.c184 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument
187 (strncmp(oem_table_id, "NCONNECT", 8) != 0)) in numachip1_acpi_madt_oem_check()
195 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument
198 (strncmp(oem_table_id, "NCONECT2", 8) != 0)) in numachip2_acpi_madt_oem_check()
A Dapic_flat_64.c27 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument
A Dx2apic_uv_x.c40 static u8 oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; variable
390 uv_stringify(sizeof(oem_table_id), oem_table_id, _oem_table_id); in uv_set_system_type()
393 oem_id, oem_table_id, uv_system_type, uv_hubless_system); in uv_set_system_type()
460 uv_stringify(sizeof(oem_table_id), oem_table_id, _oem_table_id); in uv_acpi_madt_oem_check()
463 oem_id, oem_table_id, uv_system_type, is_uv(UV_ANY), in uv_acpi_madt_oem_check()
482 return scnprintf(buf, len, "%s/%s", uv_archtype, oem_table_id); in uv_get_archtype()
1601 seq_printf(file, "%s/%s\n", uv_archtype, oem_table_id); in proc_archtype_show()
A Dx2apic_phys.c39 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
A Dx2apic_cluster.c24 static int x2apic_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in x2apic_acpi_madt_oem_check() argument
/arch/x86/xen/
A Dapic.c100 static int xen_madt_oem_check(char *oem_id, char *oem_table_id) in xen_madt_oem_check() argument
/arch/x86/include/asm/
A Dapic.h308 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
/arch/x86/kernel/acpi/
A Dboot.c157 madt->header.oem_table_id); in acpi_parse_madt()

Completed in 21 milliseconds