Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dmmu_pv.c125 #define USER_LIMIT ((STACK_TOP_MAX + PGDIR_SIZE - 1) & PGDIR_MASK) macro
452 if (offset < pgd_index(USER_LIMIT)) { in xen_get_user_pgd()
737 __xen_pgd_walk(mm, pgd, xen_pin_page, USER_LIMIT); in __xen_pgd_pin()
857 __xen_pgd_walk(mm, pgd, xen_unpin_page, USER_LIMIT); in __xen_pgd_unpin()