Searched refs:vend (Results 1 – 4 of 4) sorted by relevance
566 void *vend = vaddr + size; in rt_hw_mmu_control() local573 while (vaddr < vend) in rt_hw_mmu_control()577 RT_ASSERT(range_end <= vend); in rt_hw_mmu_control()
93 size_t vend; member
251 mmu_info->vend = va_e; in rt_hw_mmu_map_init()277 for (l1_off = mmu_info->vstart; l1_off <= mmu_info->vend; l1_off++) in find_vaddr()374 if (l1_off < mmu_info->vstart || l1_off > mmu_info->vend) in __rt_hw_mmu_unmap()
880 rt_ubase_t vend = vstart + size; in rt_hw_mmu_control() local887 while (vstart < vend) in rt_hw_mmu_control()891 RT_ASSERT(range_end <= vend); in rt_hw_mmu_control()
Completed in 11 milliseconds