Searched refs:USER_STACK_REGION (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel.h29 #define USER_STACK_REGION 0x70000000 macro
30 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/sparc/
H A Darch_kernel.h34 #define USER_STACK_REGION 0x7f0000000000 macro
35 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel.h29 #define USER_STACK_REGION 0x70000000 macro
30 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel.h31 #define USER_STACK_REGION 0x70000000 macro
32 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel.h32 #define USER_STACK_REGION 0x70000000 macro
33 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel.h23 #define USER_STACK_REGION 0x70000000 macro
24 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel.h34 #define USER_STACK_REGION (USER_BASE + 0x3000000000) macro
35 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel.h56 #define USER_STACK_REGION 0x7f0000000000 macro
57 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
93 #define USER_STACK_REGION 0x70000000 macro
94 #define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
/haiku/src/system/kernel/
H A Dthread.cpp814 // will be between USER_STACK_REGION and the main thread stack area. For
837 stackBase = (uint8*)USER_STACK_REGION;

Completed in 52 milliseconds