Searched refs:USER_SIZE (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/alpha/
H A Dkernel.h13 #define USER_SIZE 0x80000000 macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dkernel.h13 #define USER_SIZE 0x80000000 macro
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dkernel.h24 #define USER_SIZE (U0_AREA_LEN - (0x10000 + 0x100000)) macro
25 #define USER_TOP (USER_BASE + USER_SIZE)
27 #define USER_STACK_REGION (USER_BASE + USER_SIZE - USER_STACK_REGION_SIZE)
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + 0x100000)) macro
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + 0x100000)) macro
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + 0x100000)) macro
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_kernel.h48 #define USER_SIZE (0x800000000000 - 0x200000) macro
49 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
76 #define USER_SIZE (KERNEL_BASE - 0x10000) macro
77 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_kernel.h28 #define USER_SIZE (0x80000000 - (0x10000 + 0x100000)) macro
29 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A Dpaging.h23 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
H A DARMVMTranslationMap32Bit.cpp59 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h54 #define NUM_USER_PGROOT_ENTS (VADDR_TO_PRENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64 * 128)))
55 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64)))
113 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
H A DM68KVMTranslationMap040.cpp63 i <= VADDR_TO_PRENT(USER_BASE + (USER_SIZE - 1)); i++) {
112 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A Dpaging.h57 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
H A DX86VMTranslationMap32Bit.cpp58 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Dinterrupts.S490 movabs $(USER_BASE + USER_SIZE), %rdx
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp113 #define NUM_USER_PGROOT_ENTS (VADDR_TO_PRENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64 * 128)))
114 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64)))
345 for (i = VADDR_TO_PRENT(USER_BASE); i <= VADDR_TO_PRENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp1769 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false,
2098 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false,

Completed in 134 milliseconds