Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsignal.c42 static struct target_sigaction sigact_table[TARGET_NSIG];
66 static uint8_t target_to_host_signal_table[TARGET_NSIG + 1];
75 return TARGET_NSIG + 1; in host_to_target_signal()
86 if (sig > TARGET_NSIG) { in target_to_host_signal()
113 if (target_sig < 1 || target_sig > TARGET_NSIG) { in host_to_target_sigset_internal()
137 for (target_sig = 1; target_sig <= TARGET_NSIG; target_sig++) { in target_to_host_sigset_internal()
545 if (tsig < TARGET_SIGRTMIN || tsig > TARGET_NSIG) { in signal_table_init()
585 hsig <= SIGRTMAX && tsig <= TARGET_NSIG; in signal_table_init()
631 host_to_target_signal_table[hsig] = TARGET_NSIG + 1; in signal_table_init()
634 for (count = 0, tsig = 1; tsig <= TARGET_NSIG; tsig++) { in signal_table_init()
[all …]
H A Dqemu.h135 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)
/openbmc/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)
/openbmc/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)
/openbmc/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)
/openbmc/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()
852 for (i = 1; i <= TARGET_NSIG; i++) { in signal_init()
991 for (sig = 1; sig <= TARGET_NSIG; sig++, k++) { in process_pending_signals()
H A Dqemu.h95 struct emulated_sigtable sigtab[TARGET_NSIG];