get_gate_vma     1107 arch/x86/mm/init_64.c 	struct vm_area_struct *vma = get_gate_vma(task);
get_gate_vma      429 arch/x86/vdso/vdso32-setup.c 	const struct vm_area_struct *vma = get_gate_vma(task);
get_gate_vma     1923 fs/binfmt_elf.c 	gate_vma = get_gate_vma(current);
get_gate_vma      123 fs/proc/task_mmu.c 	tail_vma = get_gate_vma(priv->task);
get_gate_vma      259 fs/proc/task_mmu.c 		m->version = (vma != get_gate_vma(task))? vma->vm_start: 0;
get_gate_vma     1249 include/linux/mm.h extern struct vm_area_struct *get_gate_vma(struct task_struct *tsk);
get_gate_vma     1156 mm/memory.c    			struct vm_area_struct *gate_vma = get_gate_vma(tsk);