Searched refs:mpc_new_phys (Results 1 – 1 of 1) sorted by relevance
714 if (!mpc_new_phys || count <= mpc_new_length) { in check_slot()727 unsigned long mpc_new_phys, in replace_intsrc_all() argument812 static unsigned long __initdata mpc_new_phys; variable879 if (mpc_new_phys && mpc->length > mpc_new_length) { in update_mp_table()880 mpc_new_phys = 0; in update_mp_table()885 if (!mpc_new_phys) { in update_mp_table()898 mpc_new = early_memremap(mpc_new_phys, mpc_new_length); in update_mp_table()903 mpf->physptr = mpc_new_phys; in update_mp_table()909 if (mpc_new_phys - mpf->physptr) { in update_mp_table()921 mpf->physptr = mpc_new_phys; in update_mp_table()[all …]
Completed in 3 milliseconds