Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/um/
Dmem_32.c29 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
47 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/Linux-v4.19/arch/x86/entry/vsyscall/
Dvsyscall_64.c302 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
315 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/Linux-v4.19/arch/riscv/kernel/
Dvdso.c122 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v4.19/arch/arm/kernel/
Dprocess.c346 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v4.19/arch/ia64/mm/
Dinit.c288 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v4.19/mm/
Dmlock.c530 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
Dgup.c467 *vma = get_gate_vma(mm); in get_gate_page()
Dmmap.c1801 vma == get_gate_vma(current->mm)) in mmap_region()
/Linux-v4.19/include/linux/
Dmm.h2631 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
2635 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v4.19/fs/
Dbinfmt_elf.c1297 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
2251 gate_vma = get_gate_vma(current->mm); in elf_core_dump()
/Linux-v4.19/arch/x86/mm/
Dinit_64.c1204 if (get_gate_vma(&init_mm)) in mem_init()
/Linux-v4.19/fs/proc/
Dtask_mmu.c171 priv->tail_vma = get_gate_vma(mm); in m_start()