| /freebsd-12.1/sys/kern/ |
| H A D | imgact_aout.c | 95 .sv_stackprot = VM_PROT_ALL, 137 .sv_stackprot = VM_PROT_ALL,
|
| H A D | kern_exec.c | 194 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() 195 sizeof(p->p_sysent->sv_stackprot))); in sysctl_kern_stackprot() 1160 sv->sv_stackprot, VM_PROT_ALL, MAP_STACK_GROWS_DOWN); in exec_new_vmspace()
|
| H A D | init_main.c | 418 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_sysvec.c | 84 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | elf_machdep.c | 74 .sv_stackprot = VM_PROT_ALL, 129 .sv_stackprot = VM_PROT_ALL,
|
| H A D | freebsd32_machdep.c | 96 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | elf64_machdep.c | 77 .sv_stackprot = VM_PROT_ALL, 115 .sv_stackprot = VM_PROT_ALL,
|
| H A D | elf32_machdep.c | 99 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/arm64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 171 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/i386/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 190 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/arm/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 179 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/arm64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 187 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/amd64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 215 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/amd64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 203 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/compat/ia32/ |
| H A D | ia32_sysvec.c | 117 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | elf_machdep.c | 77 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | elf_machdep.c | 73 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | elf_machdep.c | 78 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | elf_machdep.c | 71 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysent.h | 120 int sv_stackprot; /* vm protection for stack */ member
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | elf_machdep.c | 82 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | elf_machdep.c | 78 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 869 .sv_stackprot = VM_PROT_ALL, 905 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 383 .sv_stackprot = VM_PROT_ALL, /* XXX */
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 730 .sv_stackprot = VM_PROT_ALL,
|