Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 - 25 of 226) sorted by relevance

12345678910

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsignal.h19 ((ka)->sa.sa_flags & SA_SIGINFO))
24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsignal.h19 ((ka)->sa.sa_flags & SA_SIGINFO))
24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal-defs.h12 * SA_SIGINFO delivers the signal with SIGINFO structs.
35 #ifndef SA_SIGINFO
36 #define SA_SIGINFO 0x00000004 macro
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-5.10/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.c259 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
265 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
H A Dtm-signal-sigreturn-nt.c36 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dza-test.S238 mov w2, #SA_SIGINFO
243 mov w2, #SA_SIGINFO
248 mov w2, #SA_SIGINFO
254 mov w2, #SA_SIGINFO
H A Dzt-test.S207 mov w2, #SA_SIGINFO
212 mov w2, #SA_SIGINFO
217 mov w2, #SA_SIGINFO
223 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 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
/kernel/linux/linux-5.10/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 Dpkey_exec_prot.c116 segv_act.sa_flags = SA_SIGINFO; in test()
124 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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c123 segv_act.sa_flags = SA_SIGINFO; in test()
131 trap_act.sa_flags = SA_SIGINFO; in test()
H A Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
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()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h10 #define SA_SIGINFO 4 macro
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/
H A Ddnotify_test.c23 act.sa_flags = SA_SIGINFO; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/
H A Ddnotify_test.c23 act.sa_flags = SA_SIGINFO; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_unaligned.c31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()

Completed in 10 milliseconds

12345678910