Home
last modified time | relevance | path

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

123456

/netbsd-src/sys/arch/amiga/include/
H A Dvmparam.h57 #ifndef USRSTACK
58 #define USRSTACK 0x1E000000 macro
93 #define VM_MAX_ADDRESS ((vaddr_t)(USRSTACK)) /* user max */
/netbsd-src/sys/arch/sun2/include/
H A Dvmparam.h58 #define USRSTACK 0x1000000 /* High end of user stack */ macro
97 #define VM_MAX_ADDRESS ((vaddr_t)USRSTACK)
98 #define VM_MAXUSER_ADDRESS ((vaddr_t)USRSTACK)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/hosts/
H A Di386bsd.h42 #define HOST_STACK_END_ADDR USRSTACK
46 #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ)
H A Dmipsmach3.h29 #define HOST_STACK_END_ADDR USRSTACK
H A Dnews-mips.h31 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult2.h26 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult.h26 #define HOST_STACK_END_ADDR USRSTACK
H A Dmipsbsd.h30 #define HOST_STACK_END_ADDR USRSTACK
H A Ddecstation.h33 #define HOST_STACK_END_ADDR USRSTACK
H A Dpc532mach.h43 #define HOST_STACK_END_ADDR USRSTACK
/netbsd-src/external/gpl3/binutils/dist/bfd/hosts/
H A Di386bsd.h42 #define HOST_STACK_END_ADDR USRSTACK
46 #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ)
H A Dnews-mips.h31 #define HOST_STACK_END_ADDR USRSTACK
H A Dmipsmach3.h29 #define HOST_STACK_END_ADDR USRSTACK
H A Dmipsbsd.h30 #define HOST_STACK_END_ADDR USRSTACK
H A Ddecstation.h33 #define HOST_STACK_END_ADDR USRSTACK
H A Dpc532mach.h43 #define HOST_STACK_END_ADDR USRSTACK
H A Di386mach3.h44 #define HOST_STACK_END_ADDR USRSTACK
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dvmparam.h54 #ifndef USRSTACK
55 #define USRSTACK VM_MAXUSER_ADDRESS macro
/netbsd-src/sys/arch/hppa/include/
H A Dvmparam.h48 #define USRSTACK (VM_MAXUSER_ADDRESS - MAXSSIZ) /* Start of user stack */ macro
61 #define MAXDSIZ (USRSTACK-MAXTSIZ) /* max data size */
/netbsd-src/sys/arch/mac68k/include/
H A Dvmparam.h94 #define USRSTACK (-HIGHPAGES*PAGE_SIZE) /* Start of user stack */ macro
132 #define VM_MAXUSER_ADDRESS ((vaddr_t)(USRSTACK))
/netbsd-src/sys/arch/sparc64/include/
H A Dvmparam.h90 #define USRSTACK 0xffffffffffffe000L macro
92 #define USRSTACK USRSTACK32 macro
/netbsd-src/sys/arch/i386/include/
H A Dvmparam.h62 #define USRSTACK VM_MAXUSER_ADDRESS macro
92 #define I386_MAX_EXE_ADDR (USRSTACK - MAXSSIZ)
/netbsd-src/sys/arch/mips/include/
H A Dvmparam.h83 #define USRSTACK (VM_MAXUSER_ADDRESS-0x8000) /* Start of user stack */ macro
187 trunc_page(USRSTACK - MAXSSIZ - (sz) - user_stack_guard_size)
/netbsd-src/sys/arch/riscv/include/
H A Dvmparam.h61 #define USRSTACK (VM_MAXUSER_ADDRESS - PAGE_SIZE) /* Start of user stack */ macro
199 trunc_page(USRSTACK - MAXSSIZ - (sz) - user_stack_guard_size)
/netbsd-src/sys/arch/powerpc/include/oea/
H A Dvmparam.h49 #ifndef USRSTACK
50 #define USRSTACK VM_MAXUSER_ADDRESS macro

123456