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, 138 .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() 1232 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 | 1485 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 | 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/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 | 126 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 | 86 .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE,
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 594 .sv_stackprot = VM_PROT_ALL, 635 .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 | 443 .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 | 795 .sv_stackprot = VM_PROT_ALL,
|