Home
last modified time | relevance | path

Searched refs:sa_flags (Results 101 – 125 of 222) sorted by relevance

123456789

/openbmc/qemu/linux-user/i386/
H A Dsignal.c373 if (ka->sa_flags & TARGET_SA_ONSTACK) { in get_sigframe()
379 !(ka->sa_flags & TARGET_SA_RESTORER) && in get_sigframe()
439 if (ka->sa_flags & TARGET_SA_RESTORER) { in setup_frame()
492 if (ka->sa_flags & TARGET_SA_SIGINFO) { in setup_rt_frame()
513 if (ka->sa_flags & TARGET_SA_RESTORER) { in setup_rt_frame()
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_signal.c61 act.sa_flags = SA_SIGINFO; in signal_fpu_c()
H A Dvmx_signal.c78 act.sa_flags = SA_SIGINFO; in signal_vmx_c()
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c98 action.sa_flags = SA_SIGINFO; in setup_segv_handler()
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigaltstack.c37 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
H A Dioperm.c31 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
H A Dsyscall_arg_fault.c26 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
H A Dunwind_vdso.c52 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
H A Dsysret_rip.c48 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c133 action.sa_flags = SA_RESTART; in test()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c79 act.sa_flags = 0; in test_sigreturn_vdso()
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c111 act.sa_flags = SA_SIGINFO; in tm_signal_context_chk()
H A Dtm-signal-context-chk-vsx.c160 act.sa_flags = SA_SIGINFO; in tm_signal_context_chk()
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c41 .sa_flags = SA_SIGINFO in main()
/openbmc/qemu/tests/tcg/s390x/
H A Dvrep.c51 act.sa_flags = SA_SIGINFO; in main()
/openbmc/linux/tools/perf/tests/
H A Dbp_signal_overflow.c77 sa.sa_flags = SA_SIGINFO; in test__bp_signal_overflow()
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c217 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart()
286 if (ksig.ka.sa.sa_flags & SA_SIGINFO) in do_signal()
/openbmc/linux/arch/microblaze/kernel/
H A Dsignal.c168 if (ksig->ka.sa.sa_flags & SA_SIGINFO) in setup_rt_frame()
242 if (has_handler && !(ka->sa.sa_flags & SA_RESTART)) { in handle_restart()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c464 act.sa_flags = 0; in test_signal()
489 act.sa_flags = SA_SIGINFO; in test_signal()
501 act.sa_flags = 0; in test_signal()
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c50 action.sa_flags = SA_SIGINFO; in setup_segv_handler()
/openbmc/linux/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c129 act.sa_flags = 0; in main()
/openbmc/qemu/linux-user/xtensa/
H A Dsignal.c186 if (ka->sa_flags & SA_SIGINFO) { in setup_rt_frame()
201 if (ka->sa_flags & TARGET_SA_RESTORER) { in setup_rt_frame()
/openbmc/qemu/util/
H A Doslib-posix.c322 if (sigbus_oldact.sa_flags & SA_SIGINFO) { in sigbus_handler()
526 act.sa_flags = SA_SIGINFO; in qemu_prealloc_mem()
529 act.sa_flags = 0; in qemu_prealloc_mem()
/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c147 act.sa_flags = SA_SIGINFO; in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c117 act.sa_flags = SA_SIGINFO; in test_signals()

123456789