/haiku/headers/private/kernel/arch/x86/ |
H A D | arch_kernel.h | 52 #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/ppc/ |
H A D | arch_kernel.h | 25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro 26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
|
/haiku/headers/private/kernel/arch/m68k/ |
H A D | arch_kernel.h | 25 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro 26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
|
/haiku/src/system/kernel/arch/m68k/paging/040/ |
H A D | paging.h | 54 #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 D | M68KVMTranslationMap040.cpp | 64 i <= VADDR_TO_PRENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~M68KVMTranslationMap040() 113 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~M68KVMTranslationMap040()
|
/haiku/headers/private/kernel/arch/sparc/ |
H A D | arch_kernel.h | 30 #define USER_SIZE (0x800000000000 - (0x200000 + USER_BASE)) macro 31 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
|
H A D | kernel.h | 13 #define USER_SIZE 0x80000000 macro
|
/haiku/headers/private/kernel/arch/arm/ |
H A D | arch_kernel.h | 27 #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 D | arch_kernel.h | 28 #define USER_SIZE (0x80000000 - (0x10000 + USER_BASE)) macro 29 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
|
/haiku/headers/private/kernel/arch/arm64/ |
H A D | arch_kernel.h | 19 #define USER_SIZE (0x0001000000000000UL - USER_BASE) macro
|
/haiku/src/system/kernel/arch/arm/paging/32bit/ |
H A D | paging.h | 23 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
|
H A D | ARMVMTranslationMap32Bit.cpp | 64 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~ARMVMTranslationMap32Bit()
|
/haiku/headers/private/kernel/arch/riscv64/ |
H A D | arch_kernel.h | 31 #define USER_SIZE (USER_TOP - USER_BASE + 1) macro
|
/haiku/src/system/kernel/arch/x86/paging/32bit/ |
H A D | paging.h | 57 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
|
H A D | X86VMTranslationMap32Bit.cpp | 59 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~X86VMTranslationMap32Bit()
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | entry_compat.S | 209 movabs $(USER_BASE + USER_SIZE), %rdx
|
H A D | interrupts.S | 585 movabs $(USER_BASE + USER_SIZE), %rdx
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_vm_translation_map_impl.cpp | 113 #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++) { in destroy_tmap()
|
/haiku/src/system/kernel/arch/ppc/paging/classic/ |
H A D | PPCVMTranslationMapClassic.cpp | 154 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~PPCVMTranslationMapClassic()
|
/haiku/src/system/kernel/arch/ppc/paging/460/ |
H A D | PPCVMTranslationMap460.cpp | 154 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) { in ~PPCVMTranslationMap460()
|
/haiku/src/system/kernel/ |
H A D | team.cpp | 1828 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false, in load_image_internal() 2186 status = VMAddressSpace::Create(team->id, USER_BASE, USER_SIZE, false, in fork_team()
|