Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmpparse.c841 struct mpc_table *mpc, *mpc_new; in update_mp_table() local
897 mpc_new = early_memremap(mpc_new_phys, mpc_new_length); in update_mp_table()
898 if (!mpc_new) { in update_mp_table()
903 memcpy(mpc_new, mpc, mpc->length); in update_mp_table()
905 mpc = mpc_new; in update_mp_table()