Searched defs:v_addr (Results 1 – 5 of 5) sorted by relevance
| /libcpu/mips/gs264/ |
| A D | mmu.c | 359 static void __rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t npages) in __rt_hw_mmu_unmap() 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() 632 void *_rt_hw_mmu_map_auto(rt_mmu_info *mmu_info, void *v_addr, size_t size, size_t attr) in _rt_hw_mmu_map_auto() 671 void _rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t size) in _rt_hw_mmu_unmap() 686 void *rt_hw_kernel_virt_to_phys(void *v_addr, size_t size) in rt_hw_kernel_virt_to_phys() 696 void *v_addr = 0; in rt_hw_kernel_phys_to_virt() local 709 void *rt_hw_mmu_map(rt_mmu_info *mmu_info, void *v_addr, void* p_addr, size_t size, size_t attr) in rt_hw_mmu_map() 720 void *rt_hw_mmu_map_auto(rt_mmu_info *mmu_info, void *v_addr, size_t size, size_t attr) in rt_hw_mmu_map_auto() 732 void rt_hw_mmu_unmap(rt_mmu_info *mmu_info, void* v_addr, size_t size) in rt_hw_mmu_unmap() 741 void *_rt_hw_mmu_v2p(rt_mmu_info *mmu_info, void* v_addr) in _rt_hw_mmu_v2p() [all …]
|
| /libcpu/arm/cortex-a/ |
| A D | mmu.c | 276 static void _kenrel_unmap_4K(unsigned long *lv0_tbl, void *v_addr) in _kenrel_unmap_4K() 311 static int _kenrel_map_4K(unsigned long *lv0_tbl, void *v_addr, void *p_addr, in _kenrel_map_4K() 358 void *rt_hw_mmu_map(rt_aspace_t aspace, void *v_addr, void *p_addr, size_t size, in rt_hw_mmu_map() 394 void rt_hw_mmu_unmap(rt_aspace_t aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap() 427 void *rt_hw_mmu_v2p(rt_aspace_t aspace, void* v_addr) in rt_hw_mmu_v2p()
|
| /libcpu/risc-v/common64/ |
| A D | mmu.c | 182 void *rt_hw_mmu_map(struct rt_aspace *aspace, void *v_addr, void *p_addr, in rt_hw_mmu_map() 249 static size_t _unmap_area(struct rt_aspace *aspace, void *v_addr) in _unmap_area() 323 void rt_hw_mmu_unmap(struct rt_aspace *aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap()
|
| /libcpu/aarch64/common/ |
| A D | mmu.c | 68 static void _kenrel_unmap_4K(unsigned long *lv0_tbl, void *v_addr) in _kenrel_unmap_4K() 272 void *rt_hw_mmu_map(rt_aspace_t aspace, void *v_addr, void *p_addr, size_t size, in rt_hw_mmu_map() 344 void rt_hw_mmu_unmap(rt_aspace_t aspace, void *v_addr, size_t size) in rt_hw_mmu_unmap() 806 void *rt_hw_mmu_v2p(rt_aspace_t aspace, void *v_addr) in rt_hw_mmu_v2p()
|
| /libcpu/aarch64/common/include/ |
| A D | mmu.h | 122 static inline void *rt_hw_mmu_kernel_v2p(void *v_addr) in rt_hw_mmu_kernel_v2p()
|
Completed in 12 milliseconds