Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c791 pgd_t *user_pgd = xen_get_user_pgd(pgd); in __xen_pgd_pin() local
801 if (user_pgd) { in __xen_pgd_pin()
804 PFN_DOWN(__pa(user_pgd))); in __xen_pgd_pin()
916 if (user_pgd) { in __xen_pgd_unpin()
918 PFN_DOWN(__pa(user_pgd))); in __xen_pgd_unpin()
1410 if (user_pgd) in xen_write_cr3()
1457 pgd_t *user_pgd; in xen_pgd_alloc() local
1466 if (user_pgd != NULL) { in xen_pgd_alloc()
1468 user_pgd[pgd_index(VSYSCALL_ADDR)] = in xen_pgd_alloc()
1483 if (user_pgd) in xen_pgd_free()
[all …]