Searched refs:USER_SIZE (Results 1 - 21 of 21) 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
31 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel.h25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel.h27 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
28 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel.h28 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro
29 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/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.cpp64 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel.h52 #define USER_SIZE (0x800000000000 - (0x200000 + USER_BASE)) macro
53 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
89 #define USER_SIZE (KERNEL_BASE - (0x10000 + USER_BASE)) macro
90 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel.h19 #define USER_SIZE (0x0001000000000000UL - USER_BASE) macro
/haiku/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.cpp64 i <= VADDR_TO_PRENT(USER_BASE + (USER_SIZE - 1)); i++) {
113 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel.h31 #define USER_SIZE (USER_TOP - USER_BASE + 1) macro
/haiku/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.cpp59 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S211 movabs $(USER_BASE + USER_SIZE), %rdx
H A Dinterrupts.S589 movabs $(USER_BASE + USER_SIZE), %rdx
/haiku/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/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp154 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp154 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku/src/system/kernel/
H A Dteam.cpp1826 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false,
2181 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false,

Completed in 104 milliseconds