Searched refs:USRSTACK (Results 1 – 25 of 46) sorted by relevance
12
23 #define HOST_STACK_END_ADDR USRSTACK27 #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ)
10 #define HOST_STACK_END_ADDR USRSTACK
12 #define HOST_STACK_END_ADDR USRSTACK
7 #define HOST_STACK_END_ADDR USRSTACK
11 #define HOST_STACK_END_ADDR USRSTACK
14 #define HOST_STACK_END_ADDR USRSTACK
24 #define HOST_STACK_END_ADDR USRSTACK
25 #define HOST_STACK_END_ADDR USRSTACK
27 #define HOST_STACK_END_ADDR USRSTACK
381 epp->ep_maxsaddr = USRSTACK; in exec_setup_stack()382 epp->ep_minsaddr = USRSTACK + MAXSSIZ; in exec_setup_stack()384 epp->ep_maxsaddr = USRSTACK - MAXSSIZ - MAXSSIZ_GUARD; in exec_setup_stack()385 epp->ep_minsaddr = USRSTACK; in exec_setup_stack()390 dist = USRSTACK - MAXSSIZ - MAXSSIZ_GUARD - VM_MIN_STACK_ADDRESS; in exec_setup_stack()