Home
last modified time | relevance | path

Searched refs:get_gate_vma (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/
Dbinfmt_elf.c1309 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
2263 gate_vma = get_gate_vma(current->mm); in elf_core_dump()
/linux-4.19.296/include/linux/
Dmm.h2673 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
2677 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.19.296/fs/proc/
Dtask_mmu.c175 priv->tail_vma = get_gate_vma(mm); in m_start()