Searched refs:sv_stackprot (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 88 .sv_stackprot = VM_PROT_ALL, 137 .sv_stackprot = VM_PROT_ALL,
|
H A D | kern_exec.c | 206 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() 207 sizeof(p->p_sysent->sv_stackprot))); in sysctl_kern_stackprot() 1250 imgp->stack_prot : sv->sv_stackprot; in exec_map_stack()
|
H A D | init_main.c | 436 .sv_stackprot = VM_PROT_ALL,
|
H A D | kern_resource.c | 768 prot = p->p_sysent->sv_stackprot; in kern_proc_setrlimit()
|
H A D | imgact_elf.c | 1490 imgp->sysent->sv_stackprot); in __elfN()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 75 .sv_stackprot = VM_PROT_ALL, 118 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 82 .sv_stackprot = VM_PROT_ALL, 126 .sv_stackprot = VM_PROT_ALL,
|
H A D | elf_common.c | 91 imgp->sysent->sv_stackprot); in __elfN()
|
H A D | elf32_machdep.c | 105 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 123 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 71 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 81 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/sys/ |
H A D | sysent.h | 127 int sv_stackprot; /* vm protection for stack */ member
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 119 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
H A D | elf_machdep.c | 96 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 594 .sv_stackprot = VM_PROT_ALL, 637 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 79 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 445 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 696 .sv_stackprot = VM_PROT_ALL,
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 796 .sv_stackprot = VM_PROT_ALL,
|