get_gate_vma      329 arch/x86/entry/vsyscall/vsyscall_64.c 	struct vm_area_struct *vma = get_gate_vma(mm);
get_gate_vma     1253 arch/x86/mm/init_64.c 	if (get_gate_vma(&init_mm))
get_gate_vma       44 arch/x86/um/mem_32.c 	struct vm_area_struct *vma = get_gate_vma(mm);
get_gate_vma     1278 fs/binfmt_elf.c 	if (vma == get_gate_vma(vma->vm_mm))
get_gate_vma     2223 fs/binfmt_elf.c 	gate_vma = get_gate_vma(current->mm);
get_gate_vma      175 fs/proc/task_mmu.c 	priv->tail_vma = get_gate_vma(mm);
get_gate_vma     2731 include/linux/mm.h extern struct vm_area_struct *get_gate_vma(struct mm_struct *mm);
get_gate_vma      602 mm/gup.c       	*vma = get_gate_vma(mm);
get_gate_vma      530 mm/mlock.c     	    is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) ||
get_gate_vma     1835 mm/mmap.c      					vma == get_gate_vma(current->mm))