Home
last modified time | relevance | path

Searched refs:find_vma_intersection (Results 1 – 8 of 8) 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()
814 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_uv_migrate_mem_slot()
974 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_h_svm_page_in()
1075 vma = find_vma_intersection(kvm->mm, start, end); in kvmppc_h_svm_page_out()
/linux/arch/s390/mm/
H A Dgmap_helpers.c139 vma = find_vma_intersection(mm, vmaddr, end); in gmap_helper_discard()
/linux/mm/
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 Dmremap.c671 return find_vma_intersection(vma->vm_mm, addr_masked, vma->vm_start) == NULL; in can_align_down()
1516 if (find_vma_intersection(vma->vm_mm, vma->vm_end, end)) in vma_expandable()
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.c3250 next = find_vma_intersection(mm, vma->vm_end, gap_addr); in expand_upwards()
3408 if (find_vma_intersection(mm, vma->vm_start, vma->vm_end)) in insert_vm_struct()
/linux/tools/testing/vma/include/
H A Ddup.h1405 static inline struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
/linux/include/linux/
H A Dmm.h4342 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,