Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/
Dmem_32.c30 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
48 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-4.1.27/arch/x86/kernel/
Dvsyscall_64.c291 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
304 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-4.1.27/arch/arm/kernel/
Dprocess.c312 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.1.27/mm/
Dmlock.c508 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm)) in mlock_fixup()
Dgup.c239 *vma = get_gate_vma(mm); in get_gate_page()
Dmmap.c1655 vma == get_gate_vma(current->mm))) in mmap_region()
/linux-4.1.27/arch/ia64/mm/
Dinit.c295 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.1.27/include/linux/
Dmm.h2112 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
2116 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.1.27/fs/
Dbinfmt_elf.c1204 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
2153 gate_vma = get_gate_vma(current->mm); in elf_core_dump()
/linux-4.1.27/fs/proc/
Dtask_mmu.c162 priv->tail_vma = get_gate_vma(mm); in m_start()