Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dmmu_pv.c1865 unsigned long *new_p2m; in xen_relocate_p2m() local
1894 new_p2m = (unsigned long *)(2 * PGDIR_SIZE); in xen_relocate_p2m()
1938 memcpy(new_p2m, xen_p2m_addr, size); in xen_relocate_p2m()
1939 xen_p2m_addr = new_p2m; in xen_relocate_p2m()