Lines Matching refs:vma
2 /// Use vma_pages function on vma object instead of explicit computation.
5 // Keywords: vma_pages vma
18 struct vm_area_struct *vma;
21 * (vma->vm_end - vma->vm_start) >> PAGE_SHIFT
28 struct vm_area_struct *vma;
31 - ((vma->vm_end - vma->vm_start) >> PAGE_SHIFT)
32 + vma_pages(vma)
39 struct vm_area_struct *vma;
43 (vma->vm_end@p - vma->vm_start) >> PAGE_SHIFT
47 x << r_org.vma;
55 x << r_org.vma;