find_vma_intersection
vma = find_vma_intersection(current->mm, hva, reg_end);
vma = find_vma_intersection(current->mm, hva, reg_end);
vma = find_vma_intersection(kvm->mm, start, end);
vma = find_vma_intersection(kvm->mm, start, end);
vma = find_vma_intersection(kvm->mm, start, end);
vma = find_vma_intersection(kvm->mm, start, end);
vma = find_vma_intersection(current->mm, hva, reg_end);
vma = find_vma_intersection(mm, vmaddr, end);
vma = find_vma_intersection(mm, start, end);
vma = find_vma_intersection(mm, addr, end);
struct vm_area_struct *find_vma_intersection(struct mm_struct *mm,
if (find_vma_intersection(current->mm, addr, addr + size))
vma = find_vma_intersection(mm, nstart, end);
vma = find_vma_intersection(mm, vma->vm_end, end);
if (find_vma_intersection(mm, addr, addr + len))
EXPORT_SYMBOL(find_vma_intersection);
if (find_vma_intersection(vma->vm_mm, vma->vm_end, end))
return find_vma_intersection(vma->vm_mm, addr_masked, vma->vm_start) == NULL;
EXPORT_SYMBOL(find_vma_intersection);
next = find_vma_intersection(mm, vma->vm_end, gap_addr);
if (find_vma_intersection(mm, vma->vm_start, vma->vm_end))