Searched refs:new_p2m (Results 1 – 1 of 1) sorted by relevance
2093 unsigned long *new_p2m; in xen_relocate_p2m() local2122 new_p2m = (unsigned long *)(2 * PGDIR_SIZE); in xen_relocate_p2m()2167 memcpy(new_p2m, xen_p2m_addr, size); in xen_relocate_p2m()2168 xen_p2m_addr = new_p2m; in xen_relocate_p2m()