Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/
Dmem_32.c29 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
47 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_64.c298 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
311 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-4.4.14/arch/arm/kernel/
Dprocess.c341 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.4.14/mm/
Dmlock.c508 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm)) in mlock_fixup()
Dgup.c273 *vma = get_gate_vma(mm); in get_gate_page()
Dmmap.c1665 vma == get_gate_vma(current->mm))) in mmap_region()
/linux-4.4.14/arch/ia64/mm/
Dinit.c288 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.4.14/include/linux/
Dmm.h2160 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
2164 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-4.4.14/fs/
Dbinfmt_elf.c1205 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
2163 gate_vma = get_gate_vma(current->mm); in elf_core_dump()
/linux-4.4.14/fs/proc/
Dtask_mmu.c164 priv->tail_vma = get_gate_vma(mm); in m_start()