Searched refs:new_p2m (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2096 unsigned long *new_p2m; xen_relocate_p2m() local
2125 new_p2m = (unsigned long *)(2 * PGDIR_SIZE); xen_relocate_p2m()
2170 memcpy(new_p2m, xen_p2m_addr, size); xen_relocate_p2m()
2171 xen_p2m_addr = new_p2m; xen_relocate_p2m()

Completed in 69 milliseconds