Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dgmap_helpers.c86 vma = find_vma_intersection(mm, vmaddr, end); in gmap_helper_discard()
/linux/mm/
H A Dmmap.c411 if (find_vma_intersection(mm, addr, addr + len)) in do_mmap()
877 * find_vma_intersection() - Look up the first VMA which intersects the interval in mm_get_unmapped_area()
885 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,
894 EXPORT_SYMBOL(find_vma_intersection); in find_vma_intersection()
889 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, find_vma_intersection() function
H A Dmremap.c658 return find_vma_intersection(vma->vm_mm, addr_masked, vma->vm_start) == NULL; in can_align_down()
1424 if (find_vma_intersection(vma->vm_mm, vma->vm_end, end)) in vma_expandable()
H A Dnommu.c624 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
633 EXPORT_SYMBOL(find_vma_intersection);
H A Dgup.c1963 vma = find_vma_intersection(mm, nstart, end); in __mm_populate()
1965 vma = find_vma_intersection(mm, vma->vm_end, end); in __mm_populate()
H A Dvma.c3010 next = find_vma_intersection(mm, vma->vm_end, gap_addr); in expand_upwards()
3172 if (find_vma_intersection(mm, vma->vm_start, vma->vm_end)) in insert_vm_struct()
/linux/arch/riscv/kvm/
H A Dmmu.c214 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
/linux/arch/arm64/kvm/
H A Dmmu.c1051 vma = find_vma_intersection(current->mm, hva, reg_end); in stage2_unmap_memslot()
2272 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
/linux/tools/testing/vma/
H A Dvma_internal.h760 static inline struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
/linux/drivers/gpu/drm/
H A Ddrm_gpusvm.c897 vma = find_vma_intersection(mm, start, end); in drm_gpusvm_find_vma_start()
/linux/ipc/
H A Dshm.c1656 if (find_vma_intersection(current->mm, addr, addr + size)) in do_shmat()
/linux/include/linux/
H A Dmm.h3419 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,