Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/um/
Dmem_32.c26 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
44 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-5.19.10/arch/x86/entry/vsyscall/
Dvsyscall_64.c317 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
330 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-5.19.10/arch/arm/kernel/
Dprocess.c328 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-5.19.10/arch/ia64/mm/
Dinit.c282 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-5.19.10/fs/
Dcoredump.c971 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1135 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/linux-5.19.10/mm/
Dmlock.c414 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
Dgup.c936 *vma = get_gate_vma(mm); in get_gate_page()
Dmmap.c1873 vma == get_gate_vma(current->mm)) in mmap_region()
/linux-5.19.10/include/linux/
Dmm.h3158 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3162 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-5.19.10/arch/x86/mm/
Dinit_64.c1350 if (get_gate_vma(&init_mm)) in mem_init()
/linux-5.19.10/fs/proc/
Dtask_mmu.c157 priv->tail_vma = get_gate_vma(mm); in m_start()