Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c408 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_memslot_page_merge()
811 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_uv_migrate_mem_slot()
971 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_h_svm_page_in()
1072 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_h_svm_page_out()
/linux/mm/
H A Dmmap.c412 if (find_vma_intersection(mm, addr, addr + len)) in do_mmap()
883 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
892 EXPORT_SYMBOL(find_vma_intersection);
H A Dmremap.c662 return find_vma_intersection(vma->vm_mm, addr_masked, vma->vm_start) == NULL; in can_align_down()
1425 if (find_vma_intersection(vma->vm_mm, vma->vm_end, end)) in vma_expandable()
H A Dnommu.c625 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
634 EXPORT_SYMBOL(find_vma_intersection);
H A Dgup.c1943 vma = find_vma_intersection(mm, nstart, end); in __mm_populate()
1945 vma = find_vma_intersection(mm, vma->vm_end, end); in __mm_populate()
H A Dvma.c3109 next = find_vma_intersection(mm, vma->vm_end, gap_addr); in expand_upwards()
3271 if (find_vma_intersection(mm, vma->vm_start, vma->vm_end)) in insert_vm_struct()
/linux/arch/arm64/kvm/
H A Dmmu.c1051 vma = find_vma_intersection(current->mm, hva, reg_end); in stage2_unmap_memslot()
2448 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
/linux/tools/testing/vma/include/
H A Ddup.h1120 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.c989 vma = find_vma_intersection(mm, start, end); in drm_gpusvm_find_vma_start()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c179 vma = find_vma_intersection(mm, addr, end); in nouveau_svmm_bind()
/linux/ipc/
H A Dshm.c1658 if (find_vma_intersection(current->mm, addr, addr + size)) in do_shmat()
/linux/include/linux/
H A Dmm.h3951 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,