Home
last modified time | relevance | path

Searched refs:arch_mmu_allocate (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_arch.h20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_arch.h20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_arch.h21 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/src/system/boot/platform/openfirmware/
H A Dmmu.cpp21 void *address = arch_mmu_allocate(*_address, size, protection, in platform_allocate_region()
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dcpu.cpp92 addr_t stack = (addr_t)arch_mmu_allocate(NULL, in boot_arch_cpu_init()
H A Dmmu.cpp367 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 Dcpu.cpp108 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, in boot_arch_cpu_init()
H A Dmmu.cpp485 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 Darch_cpu.cpp136 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, in enumerate_cpus()