Searched refs:sv_stackprot (Results 1 – 20 of 20) sorted by relevance
| /freebsd-9-stable/sys/mips/mips/ |
| D | elf_machdep.c | 76 .sv_stackprot = VM_PROT_ALL, 132 .sv_stackprot = VM_PROT_ALL,
|
| D | elf64_machdep.c | 76 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/kern/ |
| D | imgact_aout.c | 92 .sv_stackprot = VM_PROT_ALL, 137 .sv_stackprot = VM_PROT_ALL,
|
| D | kern_exec.c | 179 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() 180 sizeof(p->p_sysent->sv_stackprot))); in sysctl_kern_stackprot() 1109 sv->sv_stackprot, 1118 sv->sv_stackprot, VM_PROT_ALL, MAP_STACK_GROWS_UP);
|
| D | init_main.c | 396 .sv_stackprot = VM_PROT_ALL,
|
| D | kern_resource.c | 758 prot = p->p_sysent->sv_stackprot; in kern_proc_setrlimit()
|
| D | imgact_elf.c | 1017 imgp->sysent->sv_stackprot); in __elfN()
|
| /freebsd-9-stable/sys/i386/ibcs2/ |
| D | ibcs2_sysvec.c | 82 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/compat/ia32/ |
| D | ia32_sysvec.c | 133 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/powerpc/powerpc/ |
| D | elf64_machdep.c | 74 .sv_stackprot = VM_PROT_ALL,
|
| D | elf32_machdep.c | 86 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/arm/arm/ |
| D | elf_machdep.c | 72 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | elf_machdep.c | 72 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/sys/ |
| D | sysent.h | 113 int sv_stackprot; /* vm protection for stack */ member
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | elf_machdep.c | 73 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_sysvec.c | 189 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | elf_machdep.c | 79 .sv_stackprot = VM_PROT_READ|VM_PROT_WRITE,
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | elf_machdep.c | 80 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-9-stable/sys/i386/linux/ |
| D | linux_sysvec.c | 966 .sv_stackprot = VM_PROT_ALL, 1004 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-9-stable/sys/amd64/linux32/ |
| D | linux32_sysvec.c | 1029 .sv_stackprot = VM_PROT_ALL,
|