Home
last modified time | relevance | path

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

12345

/Linux-v6.6/arch/mips/include/asm/
Dsignal.h19 ((ka)->sa.sa_flags & SA_SIGINFO))
24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
/Linux-v6.6/include/uapi/asm-generic/
Dsignal-defs.h35 #ifndef SA_SIGINFO
36 #define SA_SIGINFO 0x00000004 macro
/Linux-v6.6/tools/testing/selftests/x86/
Dtest_shadow_stack.c224 sa.sa_flags = SA_SIGINFO; in test_shstk_violation()
322 sa.sa_flags = SA_SIGINFO; in test_gup()
403 sa.sa_flags = SA_SIGINFO; in test_mprotect()
491 sa.sa_flags = SA_SIGINFO; in test_userfaultfd()
655 sa32->sa_flags = SA_SIGINFO; in test_32bit()
658 sa.sa_flags = SA_SIGINFO; in test_32bit()
706 sa.sa_flags = SA_SIGINFO; in test_ptrace()
/Linux-v6.6/tools/testing/selftests/arm64/fp/
Dzt-test.S207 mov w2, #SA_SIGINFO
212 mov w2, #SA_SIGINFO
217 mov w2, #SA_SIGINFO
223 mov w2, #SA_SIGINFO
Dfpsimd-test.S222 mov w2, #SA_SIGINFO
227 mov w2, #SA_SIGINFO
232 mov w2, #SA_SIGINFO
238 mov w2, #SA_SIGINFO
Dza-test.S238 mov w2, #SA_SIGINFO
243 mov w2, #SA_SIGINFO
248 mov w2, #SA_SIGINFO
254 mov w2, #SA_SIGINFO
Dasm-offsets.h11 #define SA_SIGINFO 4 macro
Dsve-test.S385 mov w2, #SA_SIGINFO
390 mov w2, #SA_SIGINFO
395 mov w2, #SA_SIGINFO
401 mov w2, #SA_SIGINFO
/Linux-v6.6/tools/testing/selftests/powerpc/tm/
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()
Dtm-trap.c260 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
266 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
Dtm-signal-sigreturn-nt.c37 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
Dtm-signal-msr-resv.c57 act.sa_flags = SA_SIGINFO; in tm_signal_msr_resv()
/Linux-v6.6/tools/testing/selftests/powerpc/mm/
Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
Dexec_prot.c123 segv_act.sa_flags = SA_SIGINFO; in test()
131 trap_act.sa_flags = SA_SIGINFO; in test()
Dsubpage_prot.c153 .sa_flags = SA_SIGINFO in test_anon()
189 .sa_flags = SA_SIGINFO in test_file()
Dpkey_exec_prot.c116 segv_act.sa_flags = SA_SIGINFO; in test()
124 trap_act.sa_flags = SA_SIGINFO; in test()
Dsegv_errors.c39 .sa_flags = SA_SIGINFO, in test_segv_errors()
/Linux-v6.6/tools/testing/selftests/perf_events/
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-v6.6/tools/testing/selftests/powerpc/signal/
Dsigreturn_unaligned.c31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()
/Linux-v6.6/tools/testing/selftests/proc/
Dproc-empty-vm.c151 act.sa_flags = SA_SIGINFO; in vsyscall()
353 act.sa_flags = SA_SIGINFO; in main()
/Linux-v6.6/tools/testing/selftests/syscall_user_dispatch/
Dsud_test.c178 act.sa_flags = SA_SIGINFO; in TEST()
234 act.sa_flags = SA_SIGINFO; in TEST_SIGNAL()
/Linux-v6.6/tools/testing/selftests/filesystems/
Ddnotify_test.c23 act.sa_flags = SA_SIGINFO; in main()
/Linux-v6.6/tools/testing/selftests/powerpc/alignment/
Dcopy_first_unaligned.c43 signal_action.sa_flags = SA_SIGINFO; in setup_signal_handler()
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dsignal.h47 #define SA_SIGINFO 0x00000010 macro
/Linux-v6.6/include/linux/
Dsignal_types.h85 (SA_NOCLDSTOP | SA_NOCLDWAIT | SA_SIGINFO | SA_ONSTACK | SA_RESTART | \

12345