Searched refs:oemtable (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dnumaq_32.c222 struct mpc_oemtable *oemtable = (void *)(long)mpc->oemptr; local
223 int count = sizeof(*oemtable); /* the header size */
224 unsigned char *oemptr = ((unsigned char *)oemtable) + count;
228 "Found an OEM MPC table at %8p - parsing it...\n", oemtable);
230 if (memcmp(oemtable->signature, MPC_OEM_SIGNATURE, 4)) {
232 "SMP mpc oemtable: bad signature [%c%c%c%c]!\n",
233 oemtable->signature[0], oemtable->signature[1],
234 oemtable->signature[2], oemtable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dnumaq_32.c222 struct mpc_oemtable *oemtable = (void *)(long)mpc->oemptr; local
223 int count = sizeof(*oemtable); /* the header size */
224 unsigned char *oemptr = ((unsigned char *)oemtable) + count;
228 "Found an OEM MPC table at %8p - parsing it...\n", oemtable);
230 if (memcmp(oemtable->signature, MPC_OEM_SIGNATURE, 4)) {
232 "SMP mpc oemtable: bad signature [%c%c%c%c]!\n",
233 oemtable->signature[0], oemtable->signature[1],
234 oemtable->signature[2], oemtable
[all...]

Completed in 71 milliseconds