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

/freebsd-12-stable/sys/sparc64/include/
H A Dvmparam.h169 * VM_MIN_USER_ADDRESS and VM_MAX_USER_ADDRESS define the start and end of the
189 #define VM_MAX_USER_ADDRESS (0x000007fe00000000UL) macro
192 #define VM_MAXUSER_ADDRESS (VM_MAX_USER_ADDRESS)
196 #define USRSTACK (VM_MAX_USER_ADDRESS)
/freebsd-12-stable/sys/riscv/include/
H A Dvmparam.h144 * VM_MIN_USER_ADDRESS and VM_MAX_USER_ADDRESS define the start and end of the
184 #define VM_MAX_USER_ADDRESS (0x0000004000000000UL) macro
187 #define VM_MAXUSER_ADDRESS (VM_MAX_USER_ADDRESS)
/freebsd-12-stable/sys/arm64/include/
H A Dvmparam.h149 * VM_MIN_USER_ADDRESS and VM_MAX_USER_ADDRESS define the start and end of the
191 #define VM_MAX_USER_ADDRESS (0x0001000000000000UL) macro
194 #define VM_MAXUSER_ADDRESS (VM_MAX_USER_ADDRESS)
/freebsd-12-stable/sys/riscv/riscv/
H A Dtrap.c206 if (stval >= VM_MAX_USER_ADDRESS) {
H A Dpmap.c2669 if (va < VM_MAX_USER_ADDRESS)
3219 if (va < VM_MAX_USER_ADDRESS)
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c386 KASSERT(va >= VM_MAX_USER_ADDRESS || (l1 & ATTR_DESCR_VALID) != 0,
418 KASSERT(va >= VM_MAX_USER_ADDRESS || (l2 & ATTR_DESCR_VALID) != 0,

Completed in 150 milliseconds