HomeSort by: relevance | last modified time | path
    Searched defs:USRSTACK (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/sun3/include/
vmparam.h 39 #define USRSTACK kernbase /* for modules */
  /src/sys/arch/powerpc/include/booke/
vmparam.h 54 #ifndef USRSTACK
55 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/usermode/include/
vmparam.h 53 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/alpha/include/
vmparam.h 72 * USRSTACK is the top (end) of the user stack.
79 #define USRSTACK ((vaddr_t)0x0000000200000000) /* 8G */
  /src/sys/arch/amiga/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
57 #ifndef USRSTACK
58 #define USRSTACK 0x1E000000
93 #define VM_MAX_ADDRESS ((vaddr_t)(USRSTACK)) /* user max */
  /src/sys/arch/evbcf/include/
vmparam.h 47 * USRSTACK is the top (end) of the user stack.
49 #define USRSTACK VM_MAXUSER_ADDRESS /* Start of user stack */
  /src/sys/arch/hp300/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
  /src/sys/arch/hppa/include/
vmparam.h 46 * USRSTACK is the bottom (start) of the user stack.
48 #define USRSTACK (VM_MAXUSER_ADDRESS - MAXSSIZ) /* Start of user stack */
61 #define MAXDSIZ (USRSTACK-MAXTSIZ) /* max data size */
  /src/sys/arch/mac68k/include/
vmparam.h 89 * USRSTACK is the top (end) of the user stack.
94 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
95 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
132 #define VM_MAXUSER_ADDRESS ((vaddr_t)(USRSTACK))
  /src/sys/arch/or1k/include/
vmparam.h 47 * USRSTACK is the top (end) of the user stack. The user VA space is a
50 #define USRSTACK ((vaddr_t) 0x80000000U - PAGE_SIZE)
  /src/sys/arch/powerpc/include/ibm4xx/
vmparam.h 45 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/sh3/include/
vmparam.h 55 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/sparc/include/
vmparam.h 83 * USRSTACK is the top (end) of the user stack.
85 #define USRSTACK KERNBASE /* Start of user stack */
  /src/sys/arch/sun2/include/
vmparam.h 56 * USRSTACK is the top (end) of the user stack.
58 #define USRSTACK 0x1000000 /* High end of user stack */
97 #define VM_MAX_ADDRESS ((vaddr_t)USRSTACK)
98 #define VM_MAXUSER_ADDRESS ((vaddr_t)USRSTACK)
  /src/sys/arch/vax/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack. Immediately above the
58 #define USRSTACK KERNBASE
  /src/sys/arch/atari/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
56 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/powerpc/include/
vmparam.h 62 #define USRSTACK ((vaddr_t)(uintptr_t)&__USRSTACK)
  /src/sys/arch/arm/include/arm32/
vmparam.h 54 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/cesfic/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
  /src/sys/arch/luna68k/include/
vmparam.h 50 * USRSTACK is the top (end) of the user stack.
52 #define USRSTACK VM_MAXUSER_ADDRESS
  /src/sys/arch/mvme68k/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
  /src/sys/arch/news68k/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
  /src/sys/arch/next68k/include/
vmparam.h 61 * USRSTACK is the top (end) of the user stack.
63 #define USRSTACK VM_MAXUSER_ADDRESS /* Start of user stack */
  /src/sys/arch/virt68k/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
61 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */
62 #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */
  /src/sys/arch/x68k/include/
vmparam.h 54 * USRSTACK is the top (end) of the user stack.
56 #define USRSTACK VM_MAXUSER_ADDRESS /* Start of user stack */

Completed in 16 milliseconds

1 2