/openbmc/linux/arch/mips/include/asm/ |
H A D | signal.h | 19 ((ka)->sa.sa_flags & SA_SIGINFO)) 24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 35 #ifndef SA_SIGINFO 36 #define SA_SIGINFO 0x00000004 macro
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
H A D | tm-signal-sigreturn-nt.c | 37 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
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 | 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 | asm-offsets.h | 11 #define SA_SIGINFO 4 macro
|
/openbmc/linux/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 | subpage_prot.c | 153 .sa_flags = SA_SIGINFO in test_anon() 189 .sa_flags = SA_SIGINFO in test_file()
|
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 | pkey_exec_prot.c | 116 segv_act.sa_flags = SA_SIGINFO; in test() 124 trap_act.sa_flags = SA_SIGINFO; in test()
|
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_unaligned.c | 31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pcalign-a64.c | 23 .sa_flags = SA_SIGINFO in main()
|
H A D | dcpodp.c | 36 .sa_flags = SA_SIGINFO, in do_dc_cvadp()
|
H A D | dcpop.c | 36 .sa_flags = SA_SIGINFO, in do_dc_cvap()
|
H A D | test-826.c | 22 .sa_flags = SA_SIGINFO in main()
|
H A D | mte-3.c | 39 sa.sa_flags = SA_SIGINFO; in main()
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | pcalign-a32.c | 27 .sa_flags = SA_SIGINFO in main()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | pgm-specification-user.c | 30 act.sa_flags = SA_SIGINFO; in main()
|
/openbmc/linux/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 23 act.sa_flags = SA_SIGINFO; in main()
|
/openbmc/linux/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 83 action.sa_flags = SA_SIGINFO | SA_NODEFER; in FIXTURE_SETUP() 235 action.sa_flags = SA_SIGINFO | SA_NODEFER; in exec_child()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-flags.c | 19 struct sigaction sa = { .sa_handler = (void *)sigsegv, .sa_flags = SA_SIGINFO }; in main()
|