Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dmpparse.c712 if (!mpc_new_phys || count <= mpc_new_length) { in check_slot()
725 unsigned long mpc_new_phys, in replace_intsrc_all() argument
810 static unsigned long __initdata mpc_new_phys; variable
877 if (mpc_new_phys && mpc->length > mpc_new_length) { in update_mp_table()
878 mpc_new_phys = 0; in update_mp_table()
883 if (!mpc_new_phys) { in update_mp_table()
896 mpc_new = early_memremap(mpc_new_phys, mpc_new_length); in update_mp_table()
901 mpf->physptr = mpc_new_phys; in update_mp_table()
907 if (mpc_new_phys - mpf->physptr) { in update_mp_table()
919 mpf->physptr = mpc_new_phys; in update_mp_table()
[all …]