Home
last modified time | relevance | path

Searched refs:MINSIGSTKSZ (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/sys/
H A D_sigaltstack.h50 #define MINSIGSTKSZ __MINSIGSTKSZ /* minimum stack size */ macro
51 #define SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended stack size */
/freebsd/sys/kern/
H A Dimgact_aout.c82 .sv_minsigstksz = MINSIGSTKSZ,
132 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/lib/libc/powerpc/gen/
H A Dmakecontext.c68 || (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
/freebsd/lib/libc/i386/gen/
H A Dmakecontext.c75 (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
/freebsd/lib/libc/powerpc64/gen/
H A Dmakecontext.c68 || (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
/freebsd/lib/libc/amd64/gen/
H A Dmakecontext.c54 (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c69 .sv_minsigstksz = MINSIGSTKSZ,
112 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/powerpc/powerpc/
H A Delf64_machdep.c76 .sv_minsigstksz = MINSIGSTKSZ,
118 .sv_minsigstksz = MINSIGSTKSZ,
H A Delf32_machdep.c103 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/compat/ia32/
H A Dia32_sysvec.c117 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/i386/i386/
H A Delf_machdep.c65 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/arm/arm/
H A Delf_machdep.c75 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/arm64/arm64/
H A Delf32_machdep.c113 .sv_minsigstksz = MINSIGSTKSZ,
H A Delf_machdep.c80 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c73 .sv_minsigstksz = MINSIGSTKSZ,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc267 const size_t AltStackSize = MINSIGSTKSZ + 64 * 1024;
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10717 static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;