Home
last modified time | relevance | path

Searched refs:mpparse (Results 1 – 13 of 13) sorted by relevance

/linux/arch/x86/platform/intel-mid/
H A Dintel-mid.c122 x86_init.mpparse.find_mptable = x86_init_noop; in x86_intel_mid_early_setup()
123 x86_init.mpparse.early_parse_smp_cfg = x86_init_noop; in x86_intel_mid_early_setup()
124 x86_init.mpparse.parse_smp_cfg = x86_init_noop; in x86_intel_mid_early_setup()
/linux/arch/x86/platform/ce4100/
H A Dce4100.c45 x86_init.mpparse.find_mptable = x86_init_noop; in x86_ce4100_early_setup()
46 x86_init.mpparse.early_parse_smp_cfg = x86_init_noop; in x86_ce4100_early_setup()
/linux/arch/x86/xen/
H A Dsmp_pv.c447 x86_init.mpparse.find_mptable = x86_init_noop; in xen_smp_init()
448 x86_init.mpparse.early_parse_smp_cfg = x86_init_noop; in xen_smp_init()
452 x86_init.mpparse.parse_smp_cfg = x86_init_noop; in xen_smp_init()
454 x86_init.mpparse.parse_smp_cfg = xen_pv_smp_config; in xen_smp_init()
/linux/arch/x86/hyperv/
H A Dhv_vtl.c78 x86_init.mpparse.find_mptable = x86_init_noop; in hv_vtl_init_platform()
79 x86_init.mpparse.early_parse_smp_cfg = x86_init_noop; in hv_vtl_init_platform()
/linux/arch/x86/include/asm/
H A Dx86_init.h176 struct x86_init_mpparse mpparse; member
/linux/arch/x86/kernel/
H A Dx86_init.c74 .mpparse = {
H A Dhead32.c30 x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc; in i386_default_early_setup()
H A Dsetup.c1062 x86_init.mpparse.find_mptable(); in setup_arch()
1185 x86_init.mpparse.early_parse_smp_cfg(); in setup_arch()
1233 x86_init.mpparse.parse_smp_cfg(); in setup_arch()
H A Ddevicetree.c318 x86_init.mpparse.parse_smp_cfg = x86_dtb_parse_smp_config; in x86_flattree_get_config()
H A DMakefile99 obj-$(CONFIG_X86_MPPARSE) += mpparse.o
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c526 x86_init.mpparse.find_mptable = x86_init_noop; in sme_early_init()
/linux/arch/x86/kernel/cpu/
H A Dvmware.c434 x86_init.mpparse.find_mptable = mpparse_find_mptable; in vmware_platform_setup()
/linux/arch/x86/kernel/apic/
H A Dio_apic.c2288 x86_init.mpparse.setup_ioapic_ids(); in setup_IO_APIC()