Home
last modified time | relevance | path

Searched refs:AT_MINSIGSTKSZ (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/arch/x86/
H A Delf_auxvec.rst23 #ifndef AT_MINSIGSTKSZ
24 #define AT_MINSIGSTKSZ 51
33 ss.ss_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ;
48 AT_MINSIGSTKSZ denotes the minimum stack size required by the kernel to
49 deliver a signal to user-space. AT_MINSIGSTKSZ comprehends the space
53 SIGSTKSZ to AT_MINSIGSTKSZ.)
/linux/include/uapi/linux/
H A Dauxvec.h40 #ifndef AT_MINSIGSTKSZ
41 #define AT_MINSIGSTKSZ 51 /* minimal stack size for signal delivery */ macro
/linux/tools/testing/selftests/signal/
H A Dsas.c29 #ifndef AT_MINSIGSTKSZ
30 #define AT_MINSIGSTKSZ 51 macro
113 stack_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ; in main()
/linux/arch/powerpc/include/asm/
H A Delf.h177 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size()); \
183 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
/linux/arch/arm64/include/uapi/asm/
H A Dauxvec.h22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
/linux/arch/x86/include/asm/
H A Delf.h297 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
336 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
345 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
/linux/arch/riscv/include/uapi/asm/
H A Dauxvec.h38 #define AT_MINSIGSTKSZ 51 macro
/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h51 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
/linux/arch/riscv/include/asm/
H A Delf.h117 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7340 not yet been made aware of AT_MINSIGSTKSZ.