| /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) )
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal-defs.h | 35 #ifndef SA_SIGINFO 36 #define SA_SIGINFO 0x00000004 macro
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_shadow_stack.c | 225 sa.sa_flags = SA_SIGINFO; in test_shstk_violation() 323 sa.sa_flags = SA_SIGINFO; in test_gup() 404 sa.sa_flags = SA_SIGINFO; in test_mprotect() 492 sa.sa_flags = SA_SIGINFO; in test_userfaultfd() 709 sa32->sa_flags = SA_SIGINFO; in test_32bit() 712 sa.sa_flags = SA_SIGINFO; in test_32bit() 837 sa.sa_flags = SA_SIGINFO; in test_uretprobe() 898 sa.sa_flags = SA_SIGINFO; in test_ptrace()
|
| H A D | nx_stack.c | 166 act.sa_flags = SA_SIGINFO; in main() 174 act.sa_flags = SA_SIGINFO; in main()
|
| H A D | helpers.h | 36 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
|
| H A D | sigtrap_loop.c | 26 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
|
| H A D | vdso_restorer.c | 62 sa.flags = SA_SIGINFO; in main()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pkey_sighandler_tests.c | 211 sa.sa_flags = SA_SIGINFO; in test_sigsegv_handler_with_pkey0_disabled() 251 sa.sa_flags = SA_SIGINFO; in test_sigsegv_handler_cannot_access_stack() 292 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in test_sigsegv_handler_with_different_pkey_for_stack() 368 sa.sa_flags = SA_SIGINFO; in test_pkru_preserved_after_sigusr1() 461 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in test_pkru_sigreturn()
|
| /linux/tools/testing/selftests/signal/ |
| H A D | mangle_uc_sigmask.c | 130 act.sa_flags = SA_SIGINFO; in main() 141 act2.sa_flags = SA_SIGINFO; in main()
|
| /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 | exec_prot.c | 123 segv_act.sa_flags = SA_SIGINFO; in test() 131 trap_act.sa_flags = SA_SIGINFO; in test()
|
| H A D | segv_errors.c | 39 .sa_flags = SA_SIGINFO, in test_segv_errors()
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| 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-msr-resv.c | 57 act.sa_flags = SA_SIGINFO; in tm_signal_msr_resv()
|
| /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()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | asm-offsets.h | 11 #define SA_SIGINFO 4 macro
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_unaligned.c | 31 action.sa_flags = SA_SIGINFO; in test_sigreturn_unaligned()
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | dnotify_test.c | 23 act.sa_flags = SA_SIGINFO; in main()
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H A D | copy_first_unaligned.c | 43 signal_action.sa_flags = SA_SIGINFO; in setup_signal_handler()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 275 sa.sa_flags = SA_SIGINFO; in check_sig_ign() 353 sa.sa_flags = SA_SIGINFO; in check_rearm() 409 sa.sa_flags = SA_SIGINFO; in check_delete() 558 sa.sa_flags = SA_SIGINFO; in check_overrun()
|
| /linux/include/linux/ |
| H A D | signal_types.h | 85 (SA_NOCLDSTOP | SA_NOCLDWAIT | SA_SIGINFO | SA_ONSTACK | SA_RESTART | \
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 47 #define SA_SIGINFO 0x00000010 macro
|
| /linux/tools/testing/selftests/powerpc/mce/ |
| H A D | inject-ra-err.c | 35 .sa_flags = SA_SIGINFO, in test_ra_error()
|
| /linux/tools/testing/selftests/syscall_user_dispatch/ |
| H A D | sud_test.c | 205 act.sa_flags = SA_SIGINFO; in setup_sigsys_handler() 271 act.sa_flags = SA_SIGINFO; in TEST_SIGNAL()
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 74 #define SA_SIGINFO 0x00000008 macro
|