Home
last modified time | relevance | path

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

/linux/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/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/arch/arm/kernel/
H A Dprocess.c322 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux/mm/
H A Dmlock.c476 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
H A Dgup.c1124 *vma = get_gate_vma(mm); in get_gate_page()
H A Dmmap.c1539 vma == get_gate_vma(current->mm)) in SYSCALL_DEFINE1()
H A Dvmscan.c3246 if (vma == get_gate_vma(vma->vm_mm)) in should_skip_vma()
/linux/arch/x86/mm/
H A Dinit_64.c1361 if (get_gate_vma(&init_mm)) in mem_init()
/linux/include/linux/
H 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