Searched refs:rt_hw_mmu_unmap (Results 1 – 8 of 8) sorted by relevance
| /libcpu/risc-v/common64/ |
| A D | mmu.h | 65 void rt_hw_mmu_unmap(rt_aspace_t aspace, void *v_addr, size_t size);
|
| A D | mmu.c | 323 void rt_hw_mmu_unmap(struct rt_aspace *aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap() function
|
| /libcpu/mips/gs264/ |
| A D | mmu.h | 107 void rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t size);
|
| A D | mmu.c | 732 void rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t size) in rt_hw_mmu_unmap() function
|
| /libcpu/aarch64/common/include/ |
| A D | mmu.h | 115 void rt_hw_mmu_unmap(struct rt_aspace *aspace, void *v_addr, size_t size);
|
| /libcpu/arm/cortex-a/ |
| A D | mmu.h | 118 void rt_hw_mmu_unmap(struct rt_aspace *aspace, void *v_addr, size_t size);
|
| A D | mmu.c | 394 void rt_hw_mmu_unmap(rt_aspace_t aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap() function
|
| /libcpu/aarch64/common/ |
| A D | mmu.c | 344 void rt_hw_mmu_unmap(rt_aspace_t aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap() function
|
Completed in 11 milliseconds