Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/arch/arm/kernel/
Dprocess.c322 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v6.6/arch/ia64/mm/
Dinit.c296 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/Linux-v6.6/fs/
Dcoredump.c1006 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1161 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/Linux-v6.6/mm/
Dmlock.c423 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
Dgup.c893 *vma = get_gate_vma(mm); in get_gate_page()
Dmmap.c2870 vma == get_gate_vma(current->mm)) in mmap_region()
Dvmscan.c3883 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
/Linux-v6.6/fs/proc/
Dtask_mmu.c136 vma = get_gate_vma(priv->mm); in proc_get_vma()
173 return get_gate_vma(mm); in m_start()
/Linux-v6.6/arch/x86/mm/
Dinit_64.c1351 if (get_gate_vma(&init_mm)) in mem_init()
/Linux-v6.6/include/linux/
Dmm.h3716 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3720 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function