Home
last modified time | relevance | path

Searched refs:vend (Results 1 – 4 of 4) sorted by relevance

/libcpu/risc-v/common64/
A Dmmu.c566 void *vend = vaddr + size; in rt_hw_mmu_control() local
573 while (vaddr < vend) in rt_hw_mmu_control()
577 RT_ASSERT(range_end <= vend); in rt_hw_mmu_control()
/libcpu/mips/gs264/
A Dmmu.h93 size_t vend; member
A Dmmu.c251 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()
/libcpu/aarch64/common/
A Dmmu.c880 rt_ubase_t vend = vstart + size; in rt_hw_mmu_control() local
887 while (vstart < vend) in rt_hw_mmu_control()
891 RT_ASSERT(range_end <= vend); in rt_hw_mmu_control()

Completed in 11 milliseconds