mpc_new_phys      729 arch/x86/kernel/mpparse.c check_slot(unsigned long mpc_new_phys, unsigned long mpc_new_length, int count)
mpc_new_phys      731 arch/x86/kernel/mpparse.c 	if (!mpc_new_phys || count <= mpc_new_length) {
mpc_new_phys      744 arch/x86/kernel/mpparse.c 					unsigned long mpc_new_phys,
mpc_new_phys      800 arch/x86/kernel/mpparse.c 			if (check_slot(mpc_new_phys, mpc_new_length, count) < 0)
mpc_new_phys      829 arch/x86/kernel/mpparse.c static unsigned long __initdata mpc_new_phys;
mpc_new_phys      851 arch/x86/kernel/mpparse.c 		mpc_new_phys = e820__memblock_alloc_reserved(mpc_new_length, 4);
mpc_new_phys      896 arch/x86/kernel/mpparse.c 	if (mpc_new_phys && mpc->length > mpc_new_length) {
mpc_new_phys      897 arch/x86/kernel/mpparse.c 		mpc_new_phys = 0;
mpc_new_phys      902 arch/x86/kernel/mpparse.c 	if (!mpc_new_phys) {
mpc_new_phys      915 arch/x86/kernel/mpparse.c 		mpc_new = early_memremap(mpc_new_phys, mpc_new_length);
mpc_new_phys      920 arch/x86/kernel/mpparse.c 		mpf->physptr = mpc_new_phys;
mpc_new_phys      926 arch/x86/kernel/mpparse.c 		if (mpc_new_phys - mpf->physptr) {
mpc_new_phys      938 arch/x86/kernel/mpparse.c 			mpf->physptr = mpc_new_phys;
mpc_new_phys      951 arch/x86/kernel/mpparse.c 	replace_intsrc_all(mpc, mpc_new_phys, mpc_new_length);