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

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

Completed in 98 milliseconds