Searched refs:hop_last (Results 1 – 1 of 1) sorted by relevance
124 int i, hop_last; in _hl_mmu_v2_hr_unmap() local130 hop_last = mmu_prop->num_hops - 1; in _hl_mmu_v2_hr_unmap()156 hop_last = i; in _hl_mmu_v2_hr_unmap()170 for (i = hop_last ; i > 0 ; i--) { in _hl_mmu_v2_hr_unmap()216 int i, hop_last, rc = -ENOMEM; in _hl_mmu_v2_hr_map() local233 if (hop_last <= 0) { in _hl_mmu_v2_hr_map()241 for (i = 0 ; i <= hop_last ; i++) { in _hl_mmu_v2_hr_map()265 for (i = 0 ; i <= hop_last ; i++) in _hl_mmu_v2_hr_map()281 hl_mmu_hr_write_pte(ctx, hops_pgt_info[hop_last], hop_pte_phys_addr[hop_last], curr_pte, in _hl_mmu_v2_hr_map()285 for (i = 1 ; i <= hop_last ; i++) { in _hl_mmu_v2_hr_map()[all …]