Home
last modified time | relevance | path

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

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