Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2121 u64 aligned_unmap_start, aligned_unmap_end, unmap_end; in unmap_hugepage_align() local
2125 aligned_unmap_end = ALIGN(unmap_end, SZ_2M); in unmap_hugepage_align()
2140 if (op->next && aligned_unmap_end > unmap_end && in unmap_hugepage_align()
2141 op->next->va.addr + op->next->va.range >= aligned_unmap_end && in unmap_hugepage_align()
2143 *unmap_range += aligned_unmap_end - unmap_end; in unmap_hugepage_align()