Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/um/
H 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.15/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c293 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
306 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-6.15/arch/arm/kernel/
H A Dprocess.c322 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-6.15/fs/
H A Dcoredump.c1088 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1255 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/linux-6.15/mm/
H A Dmlock.c478 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
H A Dvma.c2476 vma == get_gate_vma(mm)) in __mmap_complete()
H A Dgup.c1130 *vma = get_gate_vma(mm); in get_gate_page()
H A Dvmscan.c3340 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h1049 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *) in get_gate_vma() function
/linux-6.15/arch/x86/mm/
H A Dinit_64.c1374 if (get_gate_vma(&init_mm)) in mem_init()
/linux-6.15/include/linux/
H A Dmm.h3892 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3896 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-6.15/fs/proc/
H A Dtask_mmu.c139 vma = get_gate_vma(priv->mm); in proc_get_vma()
176 return get_gate_vma(mm); in m_start()