Searched refs:mpc_table (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | x86_init.h | 9 struct mpc_table; 26 void (*smp_read_mpc_oem)(struct mpc_table *mpc);
|
D | mpspec.h | 79 extern void default_smp_read_mpc_oem(struct mpc_table *mpc); 171 extern int generic_mps_oem_check(struct mpc_table *, char *, char *);
|
D | mpspec_def.h | 36 struct mpc_table { struct
|
D | apic.h | 317 int (*mps_oem_check)(struct mpc_table *mpc, char *oem, char *productid);
|
/linux-2.6.39/arch/x86/kernel/ |
D | mpparse.c | 150 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() 192 static void __init smp_dump_mptable(struct mpc_table *mpc, unsigned char *mpt) in smp_dump_mptable() 200 void __init default_smp_read_mpc_oem(struct mpc_table *mpc) { } in default_smp_read_mpc_oem() 202 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() 445 struct mpc_table *mpc; in get_mpc_size() 458 struct mpc_table *mpc; in check_physptr() 735 static int __init replace_intsrc_all(struct mpc_table *mpc, in replace_intsrc_all() 852 struct mpc_table *mpc, *mpc_new; in update_mp_table()
|
/linux-2.6.39/arch/x86/kernel/apic/ |
D | numaq_32.c | 221 static void __init smp_read_mpc_oem(struct mpc_table *mpc) in smp_read_mpc_oem() 442 numaq_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) in numaq_mps_oem_check()
|
D | es7000_32.c | 601 static int es7000_mps_oem_check(struct mpc_table *mpc, char *oem, in es7000_mps_oem_check() 619 static int es7000_mps_oem_check_cluster(struct mpc_table *mpc, char *oem, in es7000_mps_oem_check_cluster()
|
D | probe_32.c | 266 generic_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) in generic_mps_oem_check()
|
D | summit_32.c | 80 static int summit_mps_oem_check(struct mpc_table *mpc, char *oem, in summit_mps_oem_check()
|