Lines Matching refs:vm_start
646 address = vma->vm_start + in vma_pgoff_address()
649 if (address < vma->vm_start || address >= vma->vm_end) in vma_pgoff_address()
653 address = vma->vm_start; in vma_pgoff_address()
687 address = vma->vm_start + ((pgoff - vma->vm_pgoff) << PAGE_SHIFT); in vma_address_end()
689 if (address < vma->vm_start || address > vma->vm_end) in vma_address_end()
1108 vmi->mas.index > vma->vm_start)) { in vma_iter_store()
1110 vmi->mas.index, vma->vm_start, vma->vm_start, in vma_iter_store()
1114 vmi->mas.last < vma->vm_start)) { in vma_iter_store()
1116 vmi->mas.last, vma->vm_start, vma->vm_start, vma->vm_end, in vma_iter_store()
1122 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start))) in vma_iter_store()
1125 __mas_set_range(&vmi->mas, vma->vm_start, vma->vm_end - 1); in vma_iter_store()
1133 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start))) in vma_iter_store_gfp()
1136 __mas_set_range(&vmi->mas, vma->vm_start, vma->vm_end - 1); in vma_iter_store_gfp()