Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2316 u64 aligned_unmap_start, aligned_unmap_end, unmap_end; in unmap_hugepage_align() local
2318 unmap_end = *unmap_start + *unmap_range; in unmap_hugepage_align()
2320 aligned_unmap_end = ALIGN(unmap_end, SZ_2M); in unmap_hugepage_align()
2339 if (op->next && aligned_unmap_end > unmap_end && in unmap_hugepage_align()
2341 (is_sparse || iova_mapped_as_huge_page(op->next, unmap_end - 1))) { in unmap_hugepage_align()
2342 *unmap_range += aligned_unmap_end - unmap_end; in unmap_hugepage_align()