Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.15/arch/mips/include/asm/
H A Dsignal.h19 ((ka)->sa.sa_flags & SA_SIGINFO))
24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
/linux-6.15/include/uapi/asm-generic/
H A Dsignal-defs.h35 #ifndef SA_SIGINFO
36 #define SA_SIGINFO 0x00000004 macro
/linux-6.15/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c225 sa.sa_flags = SA_SIGINFO; in test_shstk_violation()
323 sa.sa_flags = SA_SIGINFO; in test_gup()
404 sa.sa_flags = SA_SIGINFO; in test_mprotect()
492 sa.sa_flags = SA_SIGINFO; in test_userfaultfd()
709 sa32->sa_flags = SA_SIGINFO; in test_32bit()
712 sa.sa_flags = SA_SIGINFO; in test_32bit()
837 sa.sa_flags = SA_SIGINFO; in test_uretprobe()
898 sa.sa_flags = SA_SIGINFO; in test_ptrace()
H A Dnx_stack.c166 act.sa_flags = SA_SIGINFO; in main()
174 act.sa_flags = SA_SIGINFO; in main()
H A Dhelpers.h36 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
/linux-6.15/tools/testing/selftests/mm/
H A Dpkey_sighandler_tests.c211 sa.sa_flags = SA_SIGINFO; in test_sigsegv_handler_with_pkey0_disabled()
251 sa.sa_flags = SA_SIGINFO; in test_sigsegv_handler_cannot_access_stack()
292 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in test_sigsegv_handler_with_different_pkey_for_stack()
368 sa.sa_flags = SA_SIGINFO; in test_pkru_preserved_after_sigusr1()
461 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in test_pkru_sigreturn()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress-thread.S24 #define SA_SIGINFO 4 macro
281 mov w2, #SA_SIGINFO
286 mov w2, #SA_SIGINFO
292 mov w2, #SA_SIGINFO
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dzt-test.S204 mov w2, #SA_SIGINFO
209 mov w2, #SA_SIGINFO
214 mov w2, #SA_SIGINFO
220 mov w2, #SA_SIGINFO
H A Dfpsimd-test.S222 mov w2, #SA_SIGINFO
227 mov w2, #SA_SIGINFO
232 mov w2, #SA_SIGINFO
238 mov w2, #SA_SIGINFO
H A Dza-test.S235 mov w2, #SA_SIGINFO
240 mov w2, #SA_SIGINFO
245 mov w2, #SA_SIGINFO
251 mov w2, #SA_SIGINFO
H A Dasm-offsets.h11 #define SA_SIGINFO 4 macro
H A Dsve-test.S385 mov w2, #SA_SIGINFO
390 mov w2, #SA_SIGINFO
395 mov w2, #SA_SIGINFO
401 mov w2, #SA_SIGINFO
/linux-6.15/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c113 usr_sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in tm_trap_test()
116 seg_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
H A Dtm-trap.c260 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
266 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
H A Dtm-signal-sigreturn-nt.c37 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
/linux-6.15/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c130 act.sa_flags = SA_SIGINFO; in main()
141 act2.sa_flags = SA_SIGINFO; in main()
/linux-6.15/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
H A Dexec_prot.c123 segv_act.sa_flags = SA_SIGINFO; in test()
131 trap_act.sa_flags = SA_SIGINFO; in test()
H A Dsubpage_prot.c153 .sa_flags = SA_SIGINFO in test_anon()
189 .sa_flags = SA_SIGINFO in test_file()
H A Dpkey_exec_prot.c116 segv_act.sa_flags = SA_SIGINFO; in test()
124 trap_act.sa_flags = SA_SIGINFO; in test()
/linux-6.15/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c83 action.sa_flags = SA_SIGINFO | SA_NODEFER; in FIXTURE_SETUP()
235 action.sa_flags = SA_SIGINFO | SA_NODEFER; in exec_child()
/linux-6.15/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_unaligned.c31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()
/linux-6.15/tools/testing/selftests/filesystems/
H A Ddnotify_test.c23 act.sa_flags = SA_SIGINFO; in main()
/linux-6.15/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c192 act.sa_flags = SA_SIGINFO; in TEST()
248 act.sa_flags = SA_SIGINFO; in TEST_SIGNAL()
/linux-6.15/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c43 signal_action.sa_flags = SA_SIGINFO; in setup_signal_handler()

12345