Searched refs:KERNEL_BASE (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/headers/private/kernel/arch/alpha/
H A Dkernel.h9 #define KERNEL_BASE 0x80000000 macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dkernel.h9 #define KERNEL_BASE 0x80000000 macro
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_kernel.h11 #define KERNEL_BASE 0x80000000 macro
13 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel.h11 #define KERNEL_BASE 0x80000000 macro
13 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_kernel.h11 #define KERNEL_BASE 0x80000000 macro
13 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dkernel.h11 #define KERNEL_BASE P3_AREA macro
13 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_kernel.h29 // KERNEL_BASE is the base of the kernel address space. This differs from the
33 #define KERNEL_BASE 0xffffff8000000000 macro
35 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
60 #define KERNEL_BASE 0x80000000 macro
62 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
76 #define USER_SIZE (KERNEL_BASE - 0x10000)
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_kernel.h13 #define KERNEL_BASE 0x80000000 macro
15 #define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/haiku-fatelf/headers/private/kernel/util/
H A Dsyscall_args.h11 # undef KERNEL_BASE macro
12 # define KERNEL_BASE 0x0 macro
/haiku-fatelf/headers/private/kernel/
H A Dkernel.h19 # define KERNEL_LOAD_BASE KERNEL_BASE
24 #if KERNEL_BASE == 0
27 # define IS_KERNEL_ADDRESS(x) ((addr_t)(x) >= KERNEL_BASE)
30 ((addr_t)(x) >= KERNEL_BASE && (addr_t)(x) <= KERNEL_TOP)
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A Dpaging.h25 #define FIRST_KERNEL_PGDIR_ENT (VADDR_TO_PDENT(KERNEL_BASE))
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_kernel_priv.h18 ((addr_t)(x) < KERNEL_BASE || (addr_t)(x) > KERNEL_TOP)
21 ((addr_t)(x) >= KERNEL_BASE && (addr_t)(x) <= KERNEL_TOP)
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h56 #define FIRST_KERNEL_PGROOT_ENT (VADDR_TO_PRENT(KERNEL_BASE))
57 #define FIRST_KERNEL_PGDIR_ENT (VADDR_TO_PDENT(KERNEL_BASE))
115 #define FIRST_KERNEL_PGDIR_ENT (VADDR_TO_PDENT(KERNEL_BASE))
/haiku-fatelf/src/system/boot/arch/m68k/
H A Dmmu.cpp92 static addr_t sNextVirtualAddress = KERNEL_BASE + kMaxKernelSize;
93 static addr_t sMaxVirtualAddress = KERNEL_BASE /*+ 0x400000*/;
215 if (virtualAddress < KERNEL_BASE)
260 gMMUOps->add_page_table(KERNEL_BASE);
293 add_page_table(KERNEL_BASE);
341 if (address < KERNEL_BASE || address + size >= KERNEL_BASE + kMaxKernelSize)
379 if (address < KERNEL_BASE
380 || address + size >= KERNEL_BASE + kMaxKernelSize) {
501 gKernelArgs.virtual_allocated_range[0].start = KERNEL_BASE;
[all...]
H A Dmmu_040.cpp299 if (virtualAddress < KERNEL_BASE)
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp92 static addr_t sNextVirtualAddress = KERNEL_BASE + kMaxKernelSize;
93 static addr_t sMaxVirtualAddress = KERNEL_BASE /*+ 0x400000*/;
215 if (virtualAddress < KERNEL_BASE)
260 gMMUOps->add_page_table(KERNEL_BASE);
293 add_page_table(KERNEL_BASE);
341 if (address < KERNEL_BASE || address + size >= KERNEL_BASE + kMaxKernelSize)
379 if (address < KERNEL_BASE
380 || address + size >= KERNEL_BASE + kMaxKernelSize) {
501 gKernelArgs.virtual_allocated_range[0].start = KERNEL_BASE;
[all...]
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_mmu.cpp54 The kernel is mapped at KERNEL_BASE, all other stuff mapped by the
130 static addr_t sNextVirtualAddress = KERNEL_BASE + kMaxKernelSize;
394 if (virtualAddress < KERNEL_BASE) {
443 if (virtualAddress < KERNEL_BASE) {
477 if (address < KERNEL_BASE
478 || address + size >= KERNEL_BASE + kMaxKernelSize) {
480 " KERNELBASE: %" B_PRIx32 " KERNEL_BASE + kMaxKernelSize: %"
482 (uint32)KERNEL_BASE, (uint32)KERNEL_BASE + kMaxKernelSize,
520 if (address < KERNEL_BASE
[all...]
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp93 static addr_t sNextVirtualAddress = KERNEL_BASE + kMaxKernelSize;
94 static addr_t sMaxVirtualAddress = KERNEL_BASE /*+ 0x400000*/;
216 if (virtualAddress < KERNEL_BASE)
261 gMMUOps->add_page_table(KERNEL_BASE);
294 add_page_table(KERNEL_BASE);
342 if (address < KERNEL_BASE || address + size >= KERNEL_BASE + kMaxKernelSize)
380 if (address < KERNEL_BASE) {
501 gKernelArgs.virtual_allocated_range[0].start = KERNEL_BASE;
502 gKernelArgs.virtual_allocated_range[0].size = sNextVirtualAddress - KERNEL_BASE;
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A Dpaging.h59 #define FIRST_KERNEL_PGDIR_ENT (VADDR_TO_PDENT(KERNEL_BASE))
/haiku-fatelf/src/system/kernel/vm/
H A DVMAddressSpace.cpp126 if (Create(B_SYSTEM_TEAM, KERNEL_BASE, KERNEL_SIZE, true,
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp54 STATIC_ASSERT(KERNEL_BASE == 0x80000000 && KERNEL_SIZE == 0x80000000);
118 STATIC_ASSERT(KERNEL_BASE == 0x80000000 && KERNEL_SIZE == 0x80000000);
/haiku-fatelf/src/system/boot/platform/cfe/arch/ppc/
H A Dmmu.cpp316 // If no address is given, use the KERNEL_BASE as base address, since
320 virtualAddress = (void*)KERNEL_BASE;
434 // KERNEL_BASE would be better as virtual address, but
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp497 // If no address is given, use the KERNEL_BASE as base address, since
501 virtualAddress = (void*)KERNEL_BASE;
770 // KERNEL_BASE would be better as virtual address, but
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp183 #if KERNEL_BASE != 0x80000000
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dinterrupts.S143 cmp $KERNEL_BASE, %esi; /* must not be a kernel address */ \

Completed in 222 milliseconds

12