mpf_new           927 arch/x86/kernel/mpparse.c 			struct mpf_intel *mpf_new;
mpf_new           929 arch/x86/kernel/mpparse.c 			mpf_new = early_memremap(0x400 - 16, sizeof(*mpf_new));
mpf_new           930 arch/x86/kernel/mpparse.c 			if (!mpf_new) {
mpf_new           935 arch/x86/kernel/mpparse.c 			memcpy(mpf_new, mpf, 16);
mpf_new           937 arch/x86/kernel/mpparse.c 			mpf = mpf_new;