Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dvmparam.h53 #define USRSTACK USERLIMIT macro
57 #define USRSTACK 0x8048000
58 #define USRSTACK32 USRSTACK
59 #define USRSTACK64_32 USRSTACK
/titanic_50/usr/src/uts/i86pc/sys/
H A Dvm_machparam.h42 #define USRTEXT USRSTACK
67 #define MAXSSIZ (USRSTACK - 1024*1024)
69 #define DFLSSIZ (8*1024*1024 + ((USRSTACK) & 0x3FFFFF))
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c258 for (a1 = (caddr_t)USRSTACK - page_size; in plock()
259 a1 != (caddr_t)USRSTACK - rl.rlim_cur; a1 -= page_size) in plock()
280 for (a2 = (caddr_t)USRSTACK - page_size; a2 != a1; in plock()
/titanic_50/usr/src/uts/sparc/sys/
H A Dvmparam.h52 #define USRSTACK USERLIMIT macro
/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Dvmparam.h47 #define USRSTACK KERNELBASE macro
/titanic_50/usr/src/uts/common/os/
H A Drctl_proc.c326 USRSTACK - PAGESIZE, USRSTACK - PAGESIZE, &proc_stack_ops); in rctlproc_init()
H A Dexec.c1850 usrstack = (char *)USRSTACK; in exec_args()