Home
last modified time | relevance | path

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

/linux-3.4.99/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()
Dmem_64.c13 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/arch/sh/kernel/vsyscall/
Dvsyscall.c96 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/arch/x86/vdso/
Dvdso32-setup.c420 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
433 const struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-3.4.99/mm/
Dmlock.c232 vma == get_gate_vma(current->mm))) { in mlock_vma_pages_range()
327 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm)) in mlock_fixup()
Dmemory.c1713 vma = get_gate_vma(mm); in __get_user_pages()
3701 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/arch/s390/kernel/
Dvdso.c330 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/arch/arm/kernel/
Dprocess.c552 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/arch/x86/mm/
Dinit_64.c853 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
864 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area()
/linux-3.4.99/fs/proc/
Dtask_mmu.c133 tail_vma = get_gate_vma(priv->task->mm); in m_start()
312 m->version = (vma != get_gate_vma(task->mm)) in show_map()
525 m->version = (vma != get_gate_vma(task->mm)) in show_smap()
/linux-3.4.99/arch/powerpc/kernel/
Dvdso.c825 struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma() function
/linux-3.4.99/fs/
Dbinfmt_elf.c1096 if (vma == get_gate_vma(vma->vm_mm)) in always_dump_vma()
1940 gate_vma = get_gate_vma(current->mm); in elf_core_dump()
/linux-3.4.99/include/linux/
Dmm.h1554 extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);