Lines Matching refs:gate_vma
1066 struct vm_area_struct *gate_vma)
1072 return gate_vma;
1077 * will visit `gate_vma' prior to terminating the search.
1080 struct vm_area_struct *gate_vma)
1087 if (this_vma == gate_vma)
1089 return gate_vma;
1112 struct vm_area_struct *vma, *gate_vma;
1125 gate_vma = get_gate_vma(mm);
1126 cprm->vma_count = mm->map_count + (gate_vma ? 1 : 0);
1134 for (i = 0, vma = first_vma(current, gate_vma); vma != NULL;
1135 vma = next_vma(vma, gate_vma), i++) {