Home
last modified time | relevance | path

Searched refs:gate_vma (Results 1 – 2 of 2) sorted by relevance

/arch/x86/vdso/
Dvdso32-setup.c244 static struct vm_area_struct gate_vma; variable
248 gate_vma.vm_mm = NULL; in gate_vma_init()
249 gate_vma.vm_start = FIXADDR_USER_START; in gate_vma_init()
250 gate_vma.vm_end = FIXADDR_USER_END; in gate_vma_init()
251 gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC; in gate_vma_init()
252 gate_vma.vm_page_prot = __P101; in gate_vma_init()
259 gate_vma.vm_flags |= VM_ALWAYSDUMP; in gate_vma_init()
423 return &gate_vma; in get_gate_vma()
/arch/x86/mm/
Dinit_64.c1116 static struct vm_area_struct gate_vma = { variable
1129 return &gate_vma; in get_gate_vma()
1156 if (vma == &gate_vma) in arch_vma_name()