Searched defs:USER_SIZE (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/kernel/arch/sparc/
H A Dkernel.h13 #define USER_SIZE 0x80000000 macro
H A Darch_kernel.h30 #define USER_SIZE (0x800000000000 - (0x200000 + USER_BASE)) macro
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel.h28 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel.h27 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel.h31 #define USER_SIZE (USER_TOP - USER_BASE + 1) macro
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel.h19 #define USER_SIZE (0x0001000000000000UL - USER_BASE) macro
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel.h52 #define USER_SIZE (0x800000000000 - (0x200000 + USER_BASE)) macro
89 #define USER_SIZE (KERNEL_BASE - (0x10000 + USER_BASE)) macro

Completed in 83 milliseconds