HomeSort by: relevance | last modified time | path
    Searched defs:HIGHPAGES (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hp300/include/
vmparam.h 56 * NOTE: the ONLY reason that HIGHPAGES is 0x100 instead of UPAGES (3)
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
64 #define HIGHPAGES (0x100000/PAGE_SIZE)
  /src/sys/arch/mac68k/include/
vmparam.h 91 * NOTE: HP300 uses HIGHPAGES == (0x100000/PAGE_SIZE) for HP/UX compatibility.
94 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
95 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
97 #define HIGHPAGES 3 /* UPAGES */
  /src/sys/arch/cesfic/include/
vmparam.h 56 * NOTE: the ONLY reason that HIGHPAGES is 0x100 instead of UPAGES (3)
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
64 #define HIGHPAGES (0x100000/PAGE_SIZE)
  /src/sys/arch/mvme68k/include/
vmparam.h 56 * NOTE: the ONLY reason that HIGHPAGES is 0x100 instead of UPAGES (3)
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
64 #define HIGHPAGES (0x100000/PAGE_SIZE)
  /src/sys/arch/news68k/include/
vmparam.h 56 * NOTE: the ONLY reason that HIGHPAGES is 0x100 instead of UPAGES (3)
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
64 #define HIGHPAGES (0x100000/PAGE_SIZE)
  /src/sys/arch/virt68k/include/
vmparam.h 56 * NOTE: the ONLY reason that HIGHPAGES is 0x100 instead of UPAGES (3)
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
64 #define HIGHPAGES (0x100000/PAGE_SIZE)

Completed in 13 milliseconds