Home
last modified time | relevance | path

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

12345

/linux/arch/mips/include/asm/
A Dsignal.h19 ((ka)->sa.sa_flags & SA_SIGINFO))
24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
/linux/include/uapi/asm-generic/
A Dsignal-defs.h35 #ifndef SA_SIGINFO
36 #define SA_SIGINFO 0x00000004 macro
/linux/tools/testing/selftests/powerpc/tm/
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()
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()
A Dtm-signal-sigreturn-nt.c37 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
A Dtm-signal-msr-resv.c57 act.sa_flags = SA_SIGINFO; in tm_signal_msr_resv()
/linux/tools/testing/selftests/powerpc/mm/
A Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
A Dsubpage_prot.c153 .sa_flags = SA_SIGINFO in test_anon()
189 .sa_flags = SA_SIGINFO in test_file()
A Dpkey_exec_prot.c116 segv_act.sa_flags = SA_SIGINFO; in test()
124 trap_act.sa_flags = SA_SIGINFO; in test()
A Dsegv_errors.c39 .sa_flags = SA_SIGINFO, in test_segv_errors()
/linux/tools/testing/selftests/arm64/fp/
A Dfpsimd-test.S244 mov w2, #SA_SIGINFO
249 mov w2, #SA_SIGINFO
254 mov w2, #SA_SIGINFO
A Dasm-offsets.h10 #define SA_SIGINFO 4 macro
A Dsve-test.S396 mov w2, #SA_SIGINFO
401 mov w2, #SA_SIGINFO
406 mov w2, #SA_SIGINFO
/linux/tools/testing/selftests/perf_events/
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/tools/testing/selftests/syscall_user_dispatch/
A Dsud_test.c178 act.sa_flags = SA_SIGINFO; in TEST()
234 act.sa_flags = SA_SIGINFO; in TEST_SIGNAL()
/linux/tools/testing/selftests/filesystems/
A Ddnotify_test.c23 act.sa_flags = SA_SIGINFO; in main()
/linux/tools/testing/selftests/powerpc/alignment/
A Dcopy_first_unaligned.c43 signal_action.sa_flags = SA_SIGINFO; in setup_signal_handler()
/linux/arch/parisc/include/uapi/asm/
A Dsignal.h47 #define SA_SIGINFO 0x00000010 macro
/linux/include/linux/
A Dsignal_types.h85 (SA_NOCLDSTOP | SA_NOCLDWAIT | SA_SIGINFO | SA_ONSTACK | SA_RESTART | \
/linux/tools/testing/selftests/powerpc/signal/
A Dsigfuz.c208 trap_sa.sa_flags = SA_SIGINFO; in sigfuz_test()
212 seg_sa.sa_flags = SA_SIGINFO; in sigfuz_test()
/linux/tools/testing/selftests/x86/
A Dvdso_restorer.c62 sa.flags = SA_SIGINFO; in main()
A Dsyscall_nt.c27 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
/linux/arch/mips/include/uapi/asm/
A Dsignal.h74 #define SA_SIGINFO 0x00000008 macro
/linux/tools/testing/selftests/powerpc/security/
A Dflush_utils.c76 sa.sa_flags = SA_SIGINFO; in set_dscr()
/linux/arch/alpha/include/uapi/asm/
A Dsignal.h69 #define SA_SIGINFO 0x00000040 macro

Completed in 23 milliseconds

12345