mpc_new 859 arch/x86/kernel/mpparse.c struct mpc_table *mpc, *mpc_new; mpc_new 915 arch/x86/kernel/mpparse.c mpc_new = early_memremap(mpc_new_phys, mpc_new_length); mpc_new 916 arch/x86/kernel/mpparse.c if (!mpc_new) { mpc_new 921 arch/x86/kernel/mpparse.c memcpy(mpc_new, mpc, mpc->length); mpc_new 923 arch/x86/kernel/mpparse.c mpc = mpc_new;