Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/xen/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds