/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 74 # define MINSIGSTKSZ 131027 /* min. stack size for sigaltstack() */ macro 76 # define MINSIGSTKSZ 131072 /* min. stack size for sigaltstack() */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 55 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ 56 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 66 #define MINSIGSTKSZ 8192 macro 69 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/loongarch/include/uapi/asm/ |
H A D | signal.h | 8 #define MINSIGSTKSZ 4096 macro
|
/openbmc/linux/arch/arm64/include/uapi/asm/ |
H A D | signal.h | 23 #define MINSIGSTKSZ 5120 macro
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 89 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 60 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 55 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 70 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 70 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 77 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 67 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 82 #define MINSIGSTKSZ 2048 macro
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_signal.h | 28 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 74 #define MINSIGSTKSZ 4096 macro
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_signal.h | 29 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 98 #define MINSIGSTKSZ 2048 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 149 #define MINSIGSTKSZ 4096 macro
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 313 td->minsigstksz = MINSIGSTKSZ; in test_init()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | xstate.rst | 18 alternate signal stacks, often using MINSIGSTKSZ which is typically 2KB.
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 106 #define COMPAT_MINSIGSTKSZ MINSIGSTKSZ
|
/openbmc/linux/kernel/ |
H A D | signal.c | 4281 MINSIGSTKSZ); in SYSCALL_DEFINE2() 4293 MINSIGSTKSZ); in restore_altstack()
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 2390 For historical reasons MINSIGSTKSZ is a constant which became
|