Searched refs:sv_stackprot (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | imgact_aout.c | 89 .sv_stackprot = VM_PROT_ALL, 139 .sv_stackprot = VM_PROT_ALL,
|
| H A D | kern_exec.c | 200 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() 201 sizeof(p->p_sysent->sv_stackprot))); in sysctl_kern_stackprot() 1223 imgp->stack_prot : sv->sv_stackprot; in exec_map_stack()
|
| H A D | init_main.c | 438 .sv_stackprot = VM_PROT_ALL,
|
| H A D | kern_resource.c | 771 prot = p->p_sysent->sv_stackprot; in kern_proc_setrlimit()
|
| H A D | imgact_elf.c | 1472 imgp->sysent->sv_stackprot); in __elfN()
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | elf_machdep.c | 76 .sv_stackprot = VM_PROT_ALL, 119 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | elf_common.c | 91 imgp->sysent->sv_stackprot); in __elfN()
|
| H A D | elf64_machdep.c | 82 .sv_stackprot = VM_PROT_ALL, 124 .sv_stackprot = VM_PROT_ALL,
|
| H A D | elf32_machdep.c | 105 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/compat/ia32/ |
| H A D | ia32_sysvec.c | 123 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | elf_machdep.c | 71 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | elf_machdep.c | 82 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | elf_machdep.c | 83 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| H A D | elf32_machdep.c | 119 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysent.h | 126 int sv_stackprot; /* vm protection for stack */ member
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysvec.c | 594 .sv_stackprot = VM_PROT_ALL, 635 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | elf_machdep.c | 80 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 443 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 696 .sv_stackprot = VM_PROT_ALL,
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 795 .sv_stackprot = VM_PROT_ALL,
|