Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h74 # 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 Dsignal.h55 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ
56 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h66 #define MINSIGSTKSZ 8192 macro
69 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dsignal.h8 #define MINSIGSTKSZ 4096 macro
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dsignal.h23 #define MINSIGSTKSZ 5120 macro
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h89 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h60 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h55 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h70 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h70 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h77 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h67 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h82 #define MINSIGSTKSZ 2048 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h28 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h74 #define MINSIGSTKSZ 4096 macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h29 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h98 #define MINSIGSTKSZ 2048 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h149 #define MINSIGSTKSZ 4096 macro
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c313 td->minsigstksz = MINSIGSTKSZ; in test_init()
/openbmc/linux/Documentation/arch/x86/
H A Dxstate.rst18 alternate signal stacks, often using MINSIGSTKSZ which is typically 2KB.
/openbmc/linux/include/linux/
H A Dcompat.h106 #define COMPAT_MINSIGSTKSZ MINSIGSTKSZ
/openbmc/linux/kernel/
H A Dsignal.c4281 MINSIGSTKSZ); in SYSCALL_DEFINE2()
4293 MINSIGSTKSZ); in restore_altstack()
/openbmc/linux/arch/x86/
H A DKconfig2390 For historical reasons MINSIGSTKSZ is a constant which became