USERLIMIT32
uintptr_t _userlimit32 = (uintptr_t)USERLIMIT32;
as->a_userlimit = (caddr_t)USERLIMIT32;
(caddr_t)USERLIMIT32 : as->a_userlimit;
(caddr_t)USERLIMIT32 : as->a_userlimit;
p->p_as->a_userlimit = (caddr_t)USERLIMIT32;
if (sp >= (caddr_t)(uintptr_t)USERLIMIT32 ||
fp >= (caddr_t)(uintptr_t)USERLIMIT32) {
#define USRSTACK64_32 USERLIMIT32
#define USRSTACK32 USERLIMIT32
#define USRSTACK64_32 USERLIMIT32
(caddr_t)USERLIMIT32 : p->p_as->a_userlimit;