Searched refs:mp_config_table (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | mp_tables.c | 86 struct mp_config_table { struct 152 static void fill_mp_config_table(struct mp_config_table *mpct, int length) in fill_mp_config_table() 280 sz += sizeof(struct mp_config_table); in create_mp_tables() 293 p = base + sizeof(struct mp_config_table); in create_mp_tables() 333 fill_mp_config_table((struct mp_config_table *)base, length); in create_mp_tables()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | genapic.h | 17 struct mp_config_table; 27 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
A D | mpspec_def.h | 33 struct mp_config_table struct
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-generic/ |
A D | mach_mpparse.h | 4 int mps_oem_check(struct mp_config_table *mpc, char *oem, char *productid);
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-default/ |
A D | mach_mpparse.h | 4 static inline int __init mps_oem_check(struct mp_config_table *mpc, char *oem, in mps_oem_check()
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | probe.c | 85 int __init mps_oem_check(struct mp_config_table *mpc, char *oem, char *productid) in mps_oem_check()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mpparse.c | 282 static int __init smp_read_mpc(struct mp_config_table *mpc) in smp_read_mpc()
|
Completed in 15 milliseconds