Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2141 u64 aligned_unmap_start, aligned_unmap_end, unmap_end; in unmap_hugepage_align() local
2143 unmap_end = *unmap_start + *unmap_range; in unmap_hugepage_align()
2145 aligned_unmap_end = ALIGN(unmap_end, SZ_2M); in unmap_hugepage_align()
2160 if (op->next && aligned_unmap_end > unmap_end && in unmap_hugepage_align()
2162 iova_mapped_as_huge_page(op->next, unmap_end - 1)) { in unmap_hugepage_align()
2163 *unmap_range += aligned_unmap_end - unmap_end; in unmap_hugepage_align()
/linux/mm/
H A Dvma.c1283 .pg_end = vms->unmap_end, in vms_clear_ptes()
1498 vms->unmap_end = vms->next->vm_start; in vms_gather_munmap_vmas()
1565 vms->unmap_end = USER_PGTABLES_CEILING; in init_vma_munmap()