Home
last modified time | relevance | path

Searched refs:npages (Results 1 – 4 of 4) sorted by relevance

/libcpu/mips/gs264/
A Dmmu.c359 static void __rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t npages) in __rt_hw_mmu_unmap() argument
371 while (npages--) in __rt_hw_mmu_unmap()
416 static int __rt_hw_mmu_map(rt_mmu_info *mmu_info, void* v_addr, void* p_addr, size_t npages, size_t… in __rt_hw_mmu_map() argument
429 while (npages--) in __rt_hw_mmu_map()
459 __rt_hw_mmu_unmap(mmu_info, v_addr, npages); in __rt_hw_mmu_map()
555 static int __rt_hw_mmu_map_auto(rt_mmu_info *mmu_info, void* v_addr, size_t npages, size_t attr) in __rt_hw_mmu_map_auto() argument
568 while (npages--) in __rt_hw_mmu_map_auto()
619 for (i = 0; i < npages; i++) in __rt_hw_mmu_map_auto()
627 __rt_hw_mmu_unmap(mmu_info, v_addr, npages); in __rt_hw_mmu_map_auto()
/libcpu/arm/cortex-a/
A Dmmu.c363 size_t npages = size >> ARCH_PAGE_SHIFT; in rt_hw_mmu_map() local
366 while (npages--) in rt_hw_mmu_map()
397 size_t npages = size >> ARCH_PAGE_SHIFT; in rt_hw_mmu_unmap() local
404 while (npages--) in rt_hw_mmu_unmap()
/libcpu/risc-v/common64/
A Dmmu.c187 size_t npages = size >> ARCH_PAGE_SHIFT; in rt_hw_mmu_map() local
190 while (npages--) in rt_hw_mmu_map()
/libcpu/aarch64/common/
A Dmmu.c347 size_t npages = size >> ARCH_PAGE_SHIFT; in rt_hw_mmu_unmap() local
354 while (npages--) in rt_hw_mmu_unmap()

Completed in 14 milliseconds