Searched refs:find_vma_intersection (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_uvmem.c | 408 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/arch/s390/mm/ |
| H A D | gmap_helpers.c | 101 vma = find_vma_intersection(mm, vmaddr, end); in gmap_helper_discard()
|
| /linux/mm/ |
| H A D | mmap.c | 411 if (find_vma_intersection(mm, addr, addr + len)) in do_mmap() 882 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function 891 EXPORT_SYMBOL(find_vma_intersection);
|
| H A D | mremap.c | 662 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 D | nommu.c | 625 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function 634 EXPORT_SYMBOL(find_vma_intersection);
|
| H A D | gup.c | 1943 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 D | vma.c | 3058 next = find_vma_intersection(mm, vma->vm_end, gap_addr); in expand_upwards() 3220 if (find_vma_intersection(mm, vma->vm_start, vma->vm_end)) in insert_vm_struct()
|
| /linux/arch/riscv/kvm/ |
| H A D | mmu.c | 214 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
|
| /linux/arch/arm64/kvm/ |
| H A D | mmu.c | 1051 vma = find_vma_intersection(current->mm, hva, reg_end); in stage2_unmap_memslot() 2457 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_svm.c | 179 vma = find_vma_intersection(mm, addr, end); in nouveau_svmm_bind()
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 1017 static inline struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection() function
|
| /linux/ipc/ |
| H A D | shm.c | 1658 if (find_vma_intersection(current->mm, addr, addr + size)) in do_shmat()
|
| /linux/include/linux/ |
| H A D | mm.h | 3753 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,
|