Searched refs:SS_AUTODISARM (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | signal.h | 12 #define SS_AUTODISARM (1U << 31) /* disable sas during sighandling */ macro 14 #define SS_FLAG_BITS SS_AUTODISARM
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | signal.h | 12 #define SS_AUTODISARM (1U << 31) /* disable sas during sighandling */ macro 14 #define SS_FLAG_BITS SS_AUTODISARM
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | signal.h | 25 #define SS_AUTODISARM (1U << 31) macro 26 #define SS_FLAG_BITS SS_AUTODISARM
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | signal.h | 12 #define SS_AUTODISARM (1U << 31) macro 13 #define SS_FLAG_BITS SS_AUTODISARM
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | signal.h | 25 #define SS_AUTODISARM (1U << 31) macro 26 #define SS_FLAG_BITS SS_AUTODISARM
|
/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/ |
H A D | sas.c | 5 * test sigaltstack(SS_ONSTACK | SS_AUTODISARM) 24 #ifndef SS_AUTODISARM 25 #define SS_AUTODISARM (1U << 31) macro 138 stk.ss_flags = SS_ONSTACK | SS_AUTODISARM; in main() 143 "[NOTE]\tThe running kernel doesn't support SS_AUTODISARM\n"); in main() 145 * If test cases for the !SS_AUTODISARM variant were in main() 153 "sigaltstack(SS_ONSTACK | SS_AUTODISARM) %s\n", in main() 177 if (stk.ss_flags != SS_AUTODISARM) { in main() 178 ksft_exit_fail_msg("ss_flags=%x, should be SS_AUTODISARM\n", in main() 183 "sigaltstack is still SS_AUTODISARM afte in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/sigaltstack/ |
H A D | sas.c | 5 * test sigaltstack(SS_ONSTACK | SS_AUTODISARM) 25 #ifndef SS_AUTODISARM 26 #define SS_AUTODISARM (1U << 31) macro 148 stk.ss_flags = SS_ONSTACK | SS_AUTODISARM; in main() 153 "[NOTE]\tThe running kernel doesn't support SS_AUTODISARM\n"); in main() 155 * If test cases for the !SS_AUTODISARM variant were in main() 163 "sigaltstack(SS_ONSTACK | SS_AUTODISARM) %s\n", in main() 187 if (stk.ss_flags != SS_AUTODISARM) { in main() 188 ksft_exit_fail_msg("ss_flags=%x, should be SS_AUTODISARM\n", in main() 193 "sigaltstack is still SS_AUTODISARM afte in main() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | signal.h | 463 if (t->sas_ss_flags & SS_AUTODISARM) \
|
H A D | compat.h | 465 if (t->sas_ss_flags & SS_AUTODISARM) \
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | signal.h | 557 * If the signal stack is SS_AUTODISARM then, by construction, we in on_sig_stack() 559 * SS_AUTODISARM when we were already on it. in on_sig_stack() 565 if (current->sas_ss_flags & SS_AUTODISARM) in on_sig_stack()
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | signal.h | 597 * If the signal stack is SS_AUTODISARM then, by construction, we in on_sig_stack() 599 * SS_AUTODISARM when we were already on it. in on_sig_stack() 605 if (current->sas_ss_flags & SS_AUTODISARM) in on_sig_stack()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | signal.c | 4087 if (t->sas_ss_flags & SS_AUTODISARM) in __save_altstack() 4146 if (t->sas_ss_flags & SS_AUTODISARM) in __compat_save_altstack()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | signal.c | 2929 if (current->sas_ss_flags & SS_AUTODISARM) in signal_delivered()
|
Completed in 19 milliseconds