Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c125 #define USER_LIMIT ((STACK_TOP_MAX + PGDIR_SIZE - 1) & PGDIR_MASK) macro
527 if (offset < pgd_index(USER_LIMIT)) { in xen_get_user_pgd()
632 hole_low = pgd_index(USER_LIMIT); in __xen_pgd_walk()
808 if (__xen_pgd_walk(mm, pgd, xen_pin_page, USER_LIMIT)) { in __xen_pgd_pin()
955 __xen_pgd_walk(mm, pgd, xen_unpin_page, USER_LIMIT); in __xen_pgd_unpin()