Searched refs:get_gate_vma (Results 1 – 10 of 10) sorted by relevance
26 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function44 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
293 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function306 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
322 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
1060 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()1227 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
476 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
2417 vma == get_gate_vma(mm)) in __mmap_complete()
1133 *vma = get_gate_vma(mm); in get_gate_page()
3302 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
139 vma = get_gate_vma(priv->mm); in proc_get_vma()176 return get_gate_vma(mm); in m_start()
3789 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);3793 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function