/openbmc/qemu/linux-user/ |
H A D | signal-common.h | 55 target_siginfo_t *info, 61 target_siginfo_t *info); 62 void host_to_target_siginfo(target_siginfo_t *tinfo, const siginfo_t *info); 63 void target_to_host_siginfo(siginfo_t *info, const target_siginfo_t *tinfo);
|
H A D | signal.c | 40 QEMU_BUILD_BUG_ON(sizeof(target_siginfo_t) > MAX_SIGINFO_LENGTH); 336 static inline void host_to_target_siginfo_noswap(target_siginfo_t *tinfo, in host_to_target_siginfo_noswap() 417 static void tswap_siginfo(target_siginfo_t *tinfo, in tswap_siginfo() 418 const target_siginfo_t *info) in tswap_siginfo() 475 void host_to_target_siginfo(target_siginfo_t *tinfo, const siginfo_t *info) in host_to_target_siginfo() 477 target_siginfo_t tgt_tmp; in host_to_target_siginfo() 484 void target_to_host_siginfo(siginfo_t *info, const target_siginfo_t *tinfo) in target_to_host_siginfo() 698 target_siginfo_t info = {}; in force_sig() 715 target_siginfo_t info = {}; in force_sig_fault() 839 target_siginfo_t *info) in queue_signal() [all …]
|
H A D | strace.h | 36 void print_taken_signal(int target_signum, const target_siginfo_t *tinfo);
|
H A D | strace.c | 216 static void get_target_siginfo(target_siginfo_t *tinfo, in get_target_siginfo() 217 const target_siginfo_t *info) in get_target_siginfo() 303 static void print_siginfo(const target_siginfo_t *tinfo) in print_siginfo() 3393 target_siginfo_t uinfo; in print_rt_sigqueueinfo() 3398 p = lock_user(VERIFY_READ, arg2, sizeof(target_siginfo_t), 1); in print_rt_sigqueueinfo() 3418 target_siginfo_t uinfo; in print_rt_tgsigqueueinfo() 3424 p = lock_user(VERIFY_READ, arg3, sizeof(target_siginfo_t), 1); in print_rt_tgsigqueueinfo() 3641 target_siginfo_t uinfo; in print_pidfd_send_signal() 3647 p = lock_user(VERIFY_READ, arg2, sizeof(target_siginfo_t), 1); in print_pidfd_send_signal() 4460 void print_taken_signal(int target_signum, const target_siginfo_t *tinfo) in print_taken_signal()
|
/openbmc/qemu/bsd-user/ |
H A D | signal-common.h | 38 void host_to_target_siginfo(target_siginfo_t *tinfo, const siginfo_t *info); 43 target_siginfo_t *info);
|
H A D | signal.c | 33 QEMU_BUILD_BUG_ON(sizeof(target_siginfo_t) > MAX_SIGINFO_LENGTH); 163 static inline void host_to_target_siginfo_noswap(target_siginfo_t *tinfo, in host_to_target_siginfo_noswap() 264 static void tswap_siginfo(target_siginfo_t *tinfo, const target_siginfo_t *info) in tswap_siginfo() 319 void host_to_target_siginfo(target_siginfo_t *tinfo, const siginfo_t *info) in host_to_target_siginfo() 426 target_siginfo_t *info) in queue_signal() 471 target_siginfo_t info = {}; in force_sig_fault() 484 target_siginfo_t tinfo; in host_signal_handler() 737 target_sigset_t *set, target_siginfo_t *tinfo, CPUArchState *env) in setup_frame() 883 target_siginfo_t tinfo; in handle_pending_signal()
|
H A D | qemu.h | 77 target_siginfo_t info; 232 void print_taken_signal(int target_signum, const target_siginfo_t *tinfo);
|
H A D | strace.c | 328 void print_taken_signal(int target_signum, const target_siginfo_t *tinfo) in print_taken_signal()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.h | 125 p = lock_user(VERIFY_WRITE, target_infop, sizeof(target_siginfo_t), 0); in do_freebsd_wait6() 130 unlock_user(p, target_infop, sizeof(target_siginfo_t)); in do_freebsd_wait6()
|
H A D | target_os_siginfo.h | 98 } target_siginfo_t; typedef
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_signal.h | 70 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_signal.h | 84 target_siginfo_t sf_si; /* saved siginfo */
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_signal.h | 76 target_siginfo_t sf_si; /* saved siginfo */
|
/openbmc/qemu/linux-user/hppa/ |
H A D | signal.c | 46 target_siginfo_t info; 111 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_siginfo.h | 68 } target_siginfo_t; typedef
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_siginfo.h | 68 } target_siginfo_t; typedef
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_signal.h | 87 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_signal.h | 96 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
|
/openbmc/qemu/linux-user/alpha/ |
H A D | signal.c | 61 target_siginfo_t info; 163 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | signal.c | 47 target_siginfo_t info; 155 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | signal.c | 46 target_siginfo_t info; 136 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | signal.c | 92 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/linux-user/riscv/ |
H A D | signal.c | 114 target_siginfo_t *info, in setup_rt_frame()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 563 target_siginfo_t *info, target_sigset_t *set, in target_setup_frame() 687 target_siginfo_t *info, target_sigset_t *set, in setup_rt_frame()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | signal.c | 80 target_siginfo_t info; 311 target_siginfo_t *info, in setup_rt_frame()
|