Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/x86/
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-6.3-rc2/tools/testing/selftests/x86/
A Dsigaltstack.c20 #ifndef AT_MINSIGSTKSZ
21 # define AT_MINSIGSTKSZ 51 macro
115 at_minstack_size = getauxval(AT_MINSIGSTKSZ); in main()
A Damx.c417 #ifndef AT_MINSIGSTKSZ
418 # define AT_MINSIGSTKSZ 51 macro
462 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
/linux-6.3-rc2/include/uapi/linux/
A Dauxvec.h38 #ifndef AT_MINSIGSTKSZ
39 #define AT_MINSIGSTKSZ 51 /* minimal stack size for signal delivery */ macro
/linux-6.3-rc2/tools/testing/selftests/sigaltstack/
A Dsas.c28 #ifndef AT_MINSIGSTKSZ
29 #define AT_MINSIGSTKSZ 51 macro
118 stack_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ; in main()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Delf.h179 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size()); \
185 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dauxvec.h22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Delf.h299 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
338 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
347 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dauxvec.h51 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h179 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c310 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt6045 not yet been made aware of AT_MINSIGSTKSZ.

Completed in 25 milliseconds