Searched refs:gate_vma (Results 1 – 1 of 1) sorted by relevance
1058 struct vm_area_struct *gate_vma) in first_vma() argument1064 return gate_vma; in first_vma()1072 struct vm_area_struct *gate_vma) in next_vma() argument1079 if (this_vma == gate_vma) in next_vma()1081 return gate_vma; in next_vma()1092 struct vm_area_struct *vma, *gate_vma; in dump_vma_snapshot() local1105 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()1106 *vma_count = mm->map_count + (gate_vma ? 1 : 0); in dump_vma_snapshot()1114 for (i = 0, vma = first_vma(current, gate_vma); vma != NULL; in dump_vma_snapshot()1115 vma = next_vma(vma, gate_vma), i++) { in dump_vma_snapshot()