Searched refs:vtable (Results 1 – 8 of 8) sorted by relevance
| /libcpu/mips/gs264/ |
| A D | mmu.c | 209 int rt_hw_mmu_map_init(rt_mmu_info *mmu_info, void* v_address, size_t size, size_t *vtable, size_t … in rt_hw_mmu_map_init() argument 214 if (!mmu_info || !vtable) in rt_hw_mmu_map_init() 239 size_t v = vtable[l1_off]; in rt_hw_mmu_map_init() 249 mmu_info->vtable = vtable; in rt_hw_mmu_map_init() 279 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in find_vaddr() 343 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in check_vaddr() 380 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in __rt_hw_mmu_unmap() 433 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in __rt_hw_mmu_map() 577 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in __rt_hw_mmu_map_auto() 755 mmu_l1 = (size_t*)mmu_info->vtable + l1_off; in _rt_hw_mmu_v2p()
|
| A D | mmu.h | 91 size_t *vtable; member 100 int rt_hw_mmu_map_init(rt_mmu_info *mmu_info, void* v_address, size_t size, size_t *vtable, size_t …
|
| /libcpu/risc-v/common64/ |
| A D | mmu.c | 392 rt_ubase_t *vtable, rt_ubase_t pv_off) in rt_hw_mmu_map_init() argument 396 if ((!aspace) || (!vtable)) in rt_hw_mmu_map_init() 421 size_t v = vtable[l1_off]; in rt_hw_mmu_map_init() 429 rt_aspace_init(&rt_kernel_space, KERN_SPACE_START, KERN_SPACE_SIZE, vtable); in rt_hw_mmu_map_init()
|
| A D | mmu.h | 61 rt_ubase_t *vtable, rt_ubase_t pv_off);
|
| /libcpu/arm/cortex-a/ |
| A D | mmu.c | 171 int rt_hw_mmu_map_init(struct rt_aspace *aspace, void* v_address, size_t size, size_t *vtable, size… in rt_hw_mmu_map_init() argument 175 if (!aspace || !vtable) in rt_hw_mmu_map_init() 198 size_t v = vtable[l1_off]; in rt_hw_mmu_map_init()
|
| A D | mmu.h | 116 int rt_hw_mmu_map_init(struct rt_aspace *aspace, void *v_address, size_t size, size_t *vtable, size…
|
| /libcpu/aarch64/common/include/ |
| A D | mmu.h | 112 int rt_hw_mmu_map_init(rt_aspace_t aspace, void *v_address, size_t size, size_t *vtable, size_t pv_…
|
| /libcpu/aarch64/common/ |
| A D | mmu.c | 532 size_t *vtable, size_t pv_off) in rt_hw_mmu_map_init() argument 536 if (!aspace || !vtable) in rt_hw_mmu_map_init() 558 vtable); in rt_hw_mmu_map_init()
|
Completed in 14 milliseconds