Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c1899 unsigned long *new_p2m; in xen_relocate_p2m() local
1928 new_p2m = (unsigned long *)(2 * PGDIR_SIZE); in xen_relocate_p2m()
1972 memcpy(new_p2m, xen_p2m_addr, size); in xen_relocate_p2m()
1973 xen_p2m_addr = new_p2m; in xen_relocate_p2m()