Lines Matching defs:aspace
61 void rt_hw_aspace_switch(rt_aspace_t aspace) in rt_hw_aspace_switch()
70 void rt_hw_aspace_switch(rt_aspace_t aspace) in rt_hw_aspace_switch()
92 static int _map_one_page(struct rt_aspace *aspace, void *va, void *pa, in _map_one_page()
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()
391 int rt_hw_mmu_map_init(rt_aspace_t aspace, void *v_address, rt_ubase_t size, in rt_hw_mmu_map_init()
443 static rt_ubase_t *_query(struct rt_aspace *aspace, void *vaddr, int *level) in _query()
509 void *rt_hw_mmu_v2p(struct rt_aspace *aspace, void *vaddr) in rt_hw_mmu_v2p()
561 int rt_hw_mmu_control(struct rt_aspace *aspace, void *vaddr, size_t size, in rt_hw_mmu_control()
607 void rt_hw_mmu_setup(rt_aspace_t aspace, struct mem_desc *mdesc, int desc_nr) in rt_hw_mmu_setup()