Searched refs:arch_mmu_allocate (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/private/kernel/boot/platform/openfirmware/ |
H A D | platform_arch.h | 20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
|
/haiku/headers/private/kernel/boot/platform/u-boot/ |
H A D | platform_arch.h | 20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
|
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/ |
H A D | platform_arch.h | 21 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
|
/haiku/src/system/boot/platform/openfirmware/ |
H A D | mmu.cpp | 21 void *address = arch_mmu_allocate(*_address, size, protection, in platform_allocate_region()
|
/haiku/src/system/boot/platform/openfirmware/arch/sparc/ |
H A D | cpu.cpp | 92 addr_t stack = (addr_t)arch_mmu_allocate(NULL, in boot_arch_cpu_init()
|
H A D | mmu.cpp | 367 arch_mmu_allocate(void *_virtualAddress, size_t size, uint8 _protection, in arch_mmu_allocate() function
|
/haiku/src/system/boot/platform/openfirmware/arch/ppc/ |
H A D | cpu.cpp | 108 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, in boot_arch_cpu_init()
|
H A D | mmu.cpp | 485 arch_mmu_allocate(void *_virtualAddress, size_t size, uint8 _protection, in arch_mmu_allocate() function
|
/haiku/src/system/boot/platform/u-boot/arch/ppc/ |
H A D | arch_cpu.cpp | 136 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, in enumerate_cpus()
|