Searched refs:find_vma_intersection (Results 1 – 9 of 9) 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/riscv/kvm/ |
| H A D | mmu.c | 199 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
|
| /linux/arch/arm64/kvm/ |
| H A D | mmu.c | 1052 vma = find_vma_intersection(current->mm, hva, reg_end); in stage2_unmap_memslot() 2641 vma = find_vma_intersection(current->mm, hva, reg_end); in kvm_arch_prepare_memory_region()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpusvm.c | 989 vma = find_vma_intersection(mm, start, end); in drm_gpusvm_find_vma_start()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_svm.c | 179 vma = find_vma_intersection(mm, addr, end); in nouveau_svmm_bind()
|
| /linux/mm/ |
| H A D | vma.c | 3140 next = find_vma_intersection(mm, vma->vm_end, gap_addr); in expand_upwards() 3301 if (find_vma_intersection(mm, vma->vm_start, vma->vm_end)) in insert_vm_struct()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1361 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 | 4191 struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,
|