| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 92 .sv_stackprot = VM_PROT_ALL, 131 .sv_stackprot = VM_PROT_ALL,
|
| H A D | kern_exec.c | 197 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() 198 sizeof(p->p_sysent->sv_stackprot))); in sysctl_kern_stackprot() 1131 imgp->stack_prot : sv->sv_stackprot; in exec_new_vmspace()
|
| H A D | init_main.c | 421 .sv_stackprot = VM_PROT_ALL,
|
| H A D | kern_resource.c | 760 prot = p->p_sysent->sv_stackprot; in kern_proc_setrlimit()
|
| H A D | imgact_elf.c | 1388 imgp->sysent->sv_stackprot); in __elfN()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 68 .sv_stackprot = VM_PROT_ALL, 103 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/arm64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 170 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/arm64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 186 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/i386/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 189 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/arm/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 178 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/amd64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 214 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/amd64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 203 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf32_machdep.c | 93 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| H A D | elf_machdep.c | 77 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/i386/i386/ |
| H A D | elf_machdep.c | 70 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/arm/arm/ |
| H A D | elf_machdep.c | 81 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/sys/ |
| H A D | sysent.h | 125 int sv_stackprot; /* vm protection for stack */ member
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 74 .sv_stackprot = VM_PROT_ALL,
|
| H A D | freebsd32_machdep.c | 94 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 315 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 857 .sv_stackprot = VM_PROT_ALL, 893 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 407 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 768 .sv_stackprot = VM_PROT_ALL,
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 913 .sv_stackprot = VM_PROT_ALL,
|