Searched refs:USER_BASE (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/alpha/
H A Dkernel.h12 #define USER_BASE 0x00000000 macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dkernel.h12 #define USER_BASE 0x00000000 macro
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_kernel.h23 #define USER_BASE 0x100000 macro
24 #define USER_BASE_ANY USER_BASE
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel.h23 #define USER_BASE 0x100000 macro
24 #define USER_BASE_ANY USER_BASE
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_kernel.h23 #define USER_BASE 0x100000 macro
24 #define USER_BASE_ANY USER_BASE
26 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dkernel.h23 #define USER_BASE (U0_AREA + 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/mipsel/
H A Darch_kernel.h26 #define USER_BASE 0x100000 macro
27 #define USER_BASE_ANY USER_BASE
29 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_kernel.h46 #define USER_BASE 0x0 macro
49 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
74 #define USER_BASE 0x0 macro
77 #define USER_TOP (USER_BASE + (USER_SIZE - 1))
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A Dpaging.h22 #define FIRST_USER_PGDIR_ENT (VADDR_TO_PDENT(USER_BASE))
H A DARMVMTranslationMap32Bit.cpp58 for (uint32 i = VADDR_TO_PDENT(USER_BASE);
59 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/headers/private/kernel/
H A Dkernel.h34 #if USER_BASE == 0
37 # define IS_USER_ADDRESS(x) ((addr_t)(x) >= USER_BASE)
40 ((addr_t)(x) >= USER_BASE && (addr_t)(x) <= USER_TOP)
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h52 #define FIRST_USER_PGROOT_ENT (VADDR_TO_PRENT(USER_BASE))
53 #define FIRST_USER_PGDIR_ENT (VADDR_TO_PDENT(USER_BASE))
112 #define FIRST_USER_PGDIR_ENT (VADDR_TO_PDENT(USER_BASE))
H A DM68KVMTranslationMap040.cpp62 for (uint32 i = VADDR_TO_PRENT(USER_BASE);
63 i <= VADDR_TO_PRENT(USER_BASE + (USER_SIZE - 1)); i++) {
111 for (uint32 i = VADDR_TO_PDENT(USER_BASE);
112 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A Dpaging.h56 #define FIRST_USER_PGDIR_ENT (VADDR_TO_PDENT(USER_BASE))
H A DX86VMTranslationMap32Bit.cpp57 for (uint32 i = VADDR_TO_PDENT(USER_BASE);
58 i <= VADDR_TO_PDENT(USER_BASE + (USER_SIZE - 1)); i++) {
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp111 #define FIRST_USER_PGROOT_ENT (VADDR_TO_PRENT(USER_BASE))
112 #define FIRST_USER_PGDIR_ENT (VADDR_TO_PDENT(USER_BASE))
345 for (i = VADDR_TO_PRENT(USER_BASE); i <= VADDR_TO_PRENT(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/vm/
H A DVMUserAddressSpace.cpp150 if (searchBase == USER_BASE)
H A DVMKernelAddressSpace.cpp592 if (address == USER_BASE)
/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 278 milliseconds