Home
last modified time | relevance | path

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

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