Home
last modified time | relevance | path

Searched refs:arch_mmu_free (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_arch.h22 extern status_t arch_mmu_free(void *address, size_t size);
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_arch.h22 extern status_t arch_mmu_free(void *address, size_t size);
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_arch.h23 extern status_t arch_mmu_free(void *address, size_t size);
/haiku/src/system/boot/platform/openfirmware/
H A Dmmu.cpp50 return arch_mmu_free(address, size); in platform_free_region()
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp450 arch_mmu_free(void *address, size_t size) in arch_mmu_free() function
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp542 arch_mmu_free(void *address, size_t size) in arch_mmu_free() function