Home
last modified time | relevance | path

Searched refs:mpc_table (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dx86_init.h9 struct mpc_table;
27 void (*smp_read_mpc_oem)(struct mpc_table *mpc);
Dmpspec_def.h37 struct mpc_table { struct
Dmpspec.h71 extern void default_smp_read_mpc_oem(struct mpc_table *mpc);
/arch/x86/kernel/
Dmpparse.c151 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()
440 struct mpc_table *mpc; in get_mpc_size()
453 struct mpc_table *mpc; in check_physptr()
743 static int __init replace_intsrc_all(struct mpc_table *mpc, in replace_intsrc_all()
859 struct mpc_table *mpc, *mpc_new; in update_mp_table()