Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c316 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
329 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dprocess.c330 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/OK3568_Linux_fs/kernel/fs/
H A Dcoredump.c953 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1105 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dinit.c288 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/OK3568_Linux_fs/kernel/mm/
H A Dmlock.c545 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
H A Dgup.c872 *vma = get_gate_vma(mm); in get_gate_page()
H A Dmmap.c1949 vma == get_gate_vma(current->mm)) in mmap_region()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h3168 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
3172 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit_64.c1305 if (get_gate_vma(&init_mm)) in mem_init()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c206 priv->tail_vma = get_gate_vma(mm); in m_start()