Home
last modified time | relevance | path

Searched refs:TARGET_NSIG (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/
H A Dsignal.c41 static struct target_sigaction sigact_table[TARGET_NSIG];
65 static uint8_t target_to_host_signal_table[TARGET_NSIG + 1];
74 return TARGET_NSIG + 1; in host_to_target_signal()
85 if (sig > TARGET_NSIG) { in target_to_host_signal()
112 if (target_sig < 1 || target_sig > TARGET_NSIG) { in host_to_target_sigset_internal()
544 hsig <= SIGRTMAX && tsig <= TARGET_NSIG; in signal_table_init()
599 for (int tsig = 1; tsig <= TARGET_NSIG; tsig++) { in signal_init()
992 if (guest_sig < 1 || guest_sig > TARGET_NSIG) { in host_signal_handler()
1087 trace_signal_do_sigaction_guest(sig, TARGET_NSIG); in do_sigaction()
1089 if (sig < 1 || sig > TARGET_NSIG) { in do_sigaction()
[all …]
H A Dqemu.h132 struct emulated_sigtable sigtab[TARGET_NSIG];
H A Dsyscall_defs.h454 #define TARGET_NSIG 128 macro
456 #define TARGET_NSIG 64 macro
459 #define TARGET_NSIG_WORDS (TARGET_NSIG / TARGET_NSIG_BPW)
/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h4 #define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */ macro
6 #define TARGET_NSIG_WORDS (TARGET_NSIG / TARGET_NSIG_BPW)
/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h4 #define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */ macro
6 #define TARGET_NSIG_WORDS (TARGET_NSIG / TARGET_NSIG_BPW)
/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h23 #define TARGET_NSIG 128 macro
25 #define TARGET_NSIG_WORDS (TARGET_NSIG / TARGET_NSIG_BPW)
/qemu/bsd-user/
H A Dsignal.c35 static struct target_sigaction sigact_table[TARGET_NSIG];
131 for (i = 1; i <= TARGET_NSIG; i++) { in target_to_host_sigset_internal()
549 if (guest_sig < 1 || guest_sig > TARGET_NSIG) { in host_signal_handler()
664 if (sig < 1 || sig > TARGET_NSIG) { in do_sigaction()
859 for (i = 1; i <= TARGET_NSIG; i++) { in signal_init()
998 for (sig = 1; sig <= TARGET_NSIG; sig++, k++) { in process_pending_signals()
H A Dqemu.h92 struct emulated_sigtable sigtab[TARGET_NSIG];