Home
last modified time | relevance | path

Searched refs:COMPAT_MINSIGSTKSZ (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/arm64/include/asm/
Dcompat.h87 #define COMPAT_MINSIGSTKSZ 2048 macro
/linux-6.6.21/include/linux/
Dcompat.h105 #ifndef COMPAT_MINSIGSTKSZ
106 #define COMPAT_MINSIGSTKSZ MINSIGSTKSZ macro
/linux-6.6.21/kernel/
Dsignal.c4314 COMPAT_MINSIGSTKSZ); in do_compat_sigaltstack()