Searched refs:gate_vma (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsysenter.c194 static struct vm_area_struct gate_vma; variable in typeref:struct:vm_area_struct
198 gate_vma.vm_mm = NULL;
199 gate_vma.vm_start = FIXADDR_USER_START;
200 gate_vma.vm_end = FIXADDR_USER_END;
201 gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
202 gate_vma.vm_page_prot = __P101;
209 gate_vma.vm_flags |= VM_ALWAYSDUMP;
333 return &gate_vma;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1444 struct vm_area_struct *gate_vma)
1450 return gate_vma;
1454 * will visit `gate_vma' prior to terminating the search.
1457 struct vm_area_struct *gate_vma)
1464 if (this_vma == gate_vma)
1466 return gate_vma;
1484 struct vm_area_struct *vma, *gate_vma; local
1573 gate_vma = get_gate_vma(current);
1574 if (gate_vma != NULL)
1645 for (vma = first_vma(current, gate_vma); vm
1443 first_vma(struct task_struct *tsk, struct vm_area_struct *gate_vma) argument
1456 next_vma(struct vm_area_struct *this_vma, struct vm_area_struct *gate_vma) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory.c1001 struct vm_area_struct *gate_vma = get_gate_vma(tsk); local
1024 struct page *page = vm_normal_page(gate_vma, start, *pte);
1031 vmas[i] = gate_vma;
2727 static struct vm_area_struct gate_vma; variable in typeref:struct:vm_area_struct
2731 gate_vma.vm_mm = NULL;
2732 gate_vma.vm_start = FIXADDR_USER_START;
2733 gate_vma.vm_end = FIXADDR_USER_END;
2734 gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
2735 gate_vma.vm_page_prot = __P101;
2742 gate_vma
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c739 static struct vm_area_struct gate_vma = { variable in typeref:struct:vm_area_struct
752 return &gate_vma;

Completed in 66 milliseconds