Searched defs:sNextVirtualAddress (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/boot/platform/next_m68k/
H A Dmmu.cpp93 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp101 static addr_t sNextVirtualAddress = KERNEL_BASE + kMaxKernelSize; variable
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp45 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + 32 * 1024 * 1024; variable
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp92 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp93 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp92 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp83 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
92 static addr_t sNextVirtualAddress = KERNEL_LOAD_BASE + kMaxKernelSize; variable
[all...]

Completed in 86 milliseconds