Searched refs:core_mmap_is_end_of_table (Results 1 – 5 of 5) sorted by relevance
254 while (!core_mmap_is_end_of_table(map)) { in find_map_by_va()266 while (!core_mmap_is_end_of_table(map)) { in find_map_by_pa()720 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) { in dump_mmap_table()808 for (n = 0; !core_mmap_is_end_of_table(mmap + n); n++) { in add_pager_vaspace()887 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) { in assign_mem_granularity()939 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) in assign_mem_va()949 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) { in assign_mem_va()968 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) { in assign_mem_va()1072 for (map = memory_map; !core_mmap_is_end_of_table(map); map++) in mem_map_add_id_map()1161 for (m = map; !core_mmap_is_end_of_table(m); m++) { in check_mem_map()[all …]
21 static inline bool core_mmap_is_end_of_table(const struct tee_mmap_region *mm) in core_mmap_is_end_of_table() function
602 for (n = 0; !core_mmap_is_end_of_table(mm + n); n++) { in core_init_mmu_prtn_tee()613 for (n = 0; !core_mmap_is_end_of_table(mm + n); n++) in core_init_mmu_prtn_tee()796 for (n = 0; !core_mmap_is_end_of_table(mm + n); n++) { in core_init_mmu()
715 if (core_mmap_is_end_of_table(mm)) in map_memarea_sections()742 for (n = 0; !core_mmap_is_end_of_table(mm + n); n++) in core_init_mmu_prtn()
13568 core_mmap_is_end_of_table():14274 core_mmap_is_end_of_table():14492 core_mmap_is_end_of_table():14505 core_mmap_is_end_of_table():14620 core_mmap_is_end_of_table():14758 core_mmap_is_end_of_table():14782 core_mmap_is_end_of_table():15199 core_mmap_is_end_of_table():15217 core_mmap_is_end_of_table():15576 core_mmap_is_end_of_table():[all …]
Completed in 196 milliseconds