Home
last modified time | relevance | path

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

/linux/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/arch/x86/entry/vsyscall/
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/arch/arm/kernel/
A Dprocess.c322 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux/fs/
A Dcoredump.c1049 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1216 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/linux/mm/
A Dmlock.c476 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
A Dmmap.c1536 vma == get_gate_vma(current->mm)) in __mmap_region()
A Dgup.c1124 *vma = get_gate_vma(mm); in get_gate_page()
A Dvmscan.c3247 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
/linux/arch/x86/mm/
A Dinit_64.c1361 if (get_gate_vma(&init_mm)) in mem_init()
/linux/include/linux/
A Dmm.h3777 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3781 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux/fs/proc/
A Dtask_mmu.c139 vma = get_gate_vma(priv->mm); in proc_get_vma()
176 return get_gate_vma(mm); in m_start()

Completed in 49 milliseconds