Searched defs:oem (Results 1 - 7 of 7) sorted by relevance

/arch/x86/kernel/apic/
H A Dprobe_32.c233 generic_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
240 if (!(*drv)->mps_oem_check(mpc, oem, productid))
H A Dnumaq_32.c205 * Read/parse the MPC oem tables
226 printk(KERN_WARNING "SMP oem mptable: checksum error!\n");
428 numaq_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
430 if (strncmp(oem, "IBM NUMA", 8))
H A Dsummit_32.c80 static int summit_mps_oem_check(struct mpc_table *mpc, char *oem, argument
83 if (!strncmp(oem, "IBM ENSW", 8) &&
H A Des7000_32.c596 static int es7000_mps_oem_check(struct mpc_table *mpc, char *oem, argument
605 if (!strncmp(oem, "UNISYS", 6))
614 static int es7000_mps_oem_check_cluster(struct mpc_table *mpc, char *oem, argument
/arch/x86/include/asm/
H A Dx86_init.h17 * @smp_read_mpc_oem: platform specific oem mpc table setup
62 * struct x86_init_oem - oem platform specific customizing functions
137 struct x86_init_oem oem; member in struct:x86_init_ops
H A Dmpspec_def.h41 char oem[8]; member in struct:mpc_table
/arch/x86/kernel/
H A Dmpparse.c150 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) argument
172 memcpy(oem, mpc->oem, 8);
173 oem[8] = 0;
174 printk(KERN_INFO "MPTABLE: OEM ID: %s\n", oem);
205 char oem[10]; local
210 if (!smp_check_mpc(mpc, oem, str))
214 generic_mps_oem_check(mpc, oem, str);
844 char oem[10]; local
866 if (!smp_check_mpc(mpc, oem, st
[all...]

Completed in 111 milliseconds