/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | signal.h | 19 ((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 D | signal.h | 19 ((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 D | signal-defs.h | 12 * 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 D | test_shadow_stack.c | 224 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 D | tm-signal-context-force-tm.c | 113 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 D | tm-trap.c | 259 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test() 265 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
|
H A D | tm-signal-sigreturn-nt.c | 36 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-force-tm.c | 113 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 D | tm-trap.c | 260 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 D | za-test.S | 238 mov w2, #SA_SIGINFO 243 mov w2, #SA_SIGINFO 248 mov w2, #SA_SIGINFO 254 mov w2, #SA_SIGINFO
|
H A D | zt-test.S | 207 mov w2, #SA_SIGINFO 212 mov w2, #SA_SIGINFO 217 mov w2, #SA_SIGINFO 223 mov w2, #SA_SIGINFO
|
H A D | fpsimd-test.S | 222 mov w2, #SA_SIGINFO 227 mov w2, #SA_SIGINFO 232 mov w2, #SA_SIGINFO 238 mov w2, #SA_SIGINFO
|
H A D | asm-offsets.h | 11 #define SA_SIGINFO 4 macro
|
H A D | sve-test.S | 385 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 D | wild_bctr.c | 128 .sa_flags = SA_SIGINFO in test_wild_bctr() 132 .sa_flags = SA_SIGINFO in test_wild_bctr()
|
H A D | pkey_exec_prot.c | 116 segv_act.sa_flags = SA_SIGINFO; in test() 124 trap_act.sa_flags = SA_SIGINFO; in test()
|
H A D | subpage_prot.c | 153 .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 D | exec_prot.c | 123 segv_act.sa_flags = SA_SIGINFO; in test() 131 trap_act.sa_flags = SA_SIGINFO; in test()
|
H A D | wild_bctr.c | 128 .sa_flags = SA_SIGINFO in test_wild_bctr() 132 .sa_flags = SA_SIGINFO in test_wild_bctr()
|
H A D | subpage_prot.c | 153 .sa_flags = SA_SIGINFO in test_anon() 189 .sa_flags = SA_SIGINFO in test_file()
|
H A D | pkey_exec_prot.c | 116 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 D | asm-offsets.h | 10 #define SA_SIGINFO 4 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 23 act.sa_flags = SA_SIGINFO; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 23 act.sa_flags = SA_SIGINFO; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_unaligned.c | 31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()
|