Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/um/
A 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-6.3-rc2/arch/x86/entry/vsyscall/
A 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-6.3-rc2/arch/arm/kernel/
A Dprocess.c323 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-6.3-rc2/arch/ia64/mm/
A Dinit.c282 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-6.3-rc2/fs/
A Dcoredump.c1003 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1158 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/linux-6.3-rc2/mm/
A Dmlock.c415 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
A Dgup.c862 *vma = get_gate_vma(mm); in get_gate_page()
A Dmmap.c2674 vma == get_gate_vma(current->mm)) in mmap_region()
A Dvmscan.c3814 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
/linux-6.3-rc2/fs/proc/
A Dtask_mmu.c135 vma = get_gate_vma(priv->mm); in proc_get_vma()
172 return get_gate_vma(mm); in m_start()
/linux-6.3-rc2/include/linux/
A Dmm.h3356 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3360 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-6.3-rc2/arch/x86/mm/
A Dinit_64.c1351 if (get_gate_vma(&init_mm)) in mem_init()

Completed in 59 milliseconds