Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dmpparse.c838 struct mpc_table *mpc, *mpc_new; in update_mp_table() local
884 mpc_new = phys_to_virt(mpc_new_phys); in update_mp_table()
885 memcpy(mpc_new, mpc, mpc->length); in update_mp_table()
886 mpc = mpc_new; in update_mp_table()