HomeSort by relevance Sort by last modified time
    Searched refs:USRTEXT (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sun4/
vmparam.h 43 * USRTEXT is the start of the user text/data space, while USRSTACK
46 #define USRTEXT 0x2000
57 #define DFLDSIZ_260 ((512*1024*1024)-USRTEXT) /* initial data size limit */
58 #define MAXDSIZ_260 ((512*1024*1024)-USRTEXT) /* max data size limit */
61 #define DFLDSIZ_470 ((2048*1024*1024)-USRTEXT) /* initial data size limit */
62 #define MAXDSIZ_470 ((2048*1024*1024)-USRTEXT) /* max data size limit */
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
vm_machparam.h 42 * USRTEXT is the start of the user text/data space.
44 #define USRTEXT USRSTACK
80 #define DSIZE_LIMIT (USERLIMIT-USRTEXT) /* physical data limit */
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
vm_machparam.h 43 * USRTEXT is the start of the user text/data space.
45 #define USRTEXT 0x2000
61 #define DSIZE_LIMIT (USERLIMIT-USRTEXT) /* physical data limit */
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
plock.c 86 a = (caddr_t)USRTEXT; /* note: old Sun-2 not handled */
87 l = (u_int)&etext - USRTEXT;
  /onnv/onnv-gate/usr/src/uts/sun4/vm/
vm_dep.c 433 return ((caddr_t)(roundup(USRTEXT + exp->a_text, DATA_ALIGN)));
435 return ((caddr_t)USRTEXT);
458 return ((caddr_t)USRTEXT);

Completed in 690 milliseconds