Home
last modified time | relevance | path

Searched defs:target_sigframe (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h81 struct target_sigframe { struct
82 abi_ulong sf_signum;
83 abi_ulong sf_siginfo; /* code or pointer to sf_si */
84 abi_ulong sf_ucontext; /* points to sf_uc */
85 abi_ulong sf_addr; /* undocumented 4th arg */
86 target_ucontext_t sf_uc; /* = *sf_uncontext */
87 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
88 uint32_t __spare__[2];
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h90 struct target_sigframe { struct
91 abi_ulong sf_signum;
92 abi_ulong sf_siginfo; /* code or pointer to sf_si */
93 abi_ulong sf_ucontext; /* points to sf_uc */
94 abi_ulong sf_addr; /* undocumented 4th arg */
95 target_ucontext_t sf_uc; /* = *sf_uncontext */
96 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
97 uint32_t __spare__[2];
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h83 struct target_sigframe { struct
84 target_siginfo_t sf_si; /* saved siginfo */
85 target_ucontext_t sf_uc; /* saved ucontext */
86 target_mcontext_vfp_t sf_vfp; /* actual saved VFP context */
/openbmc/qemu/linux-user/m68k/
H A Dsignal.c36 struct target_sigframe struct
38 abi_ulong pretcode;
39 int sig;
40 int code;
41 abi_ulong psc;
42 abi_ulong extramask[TARGET_NSIG_WORDS-1];
43 struct target_sigcontext sc;
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h68 struct target_sigframe { struct
69 target_ucontext_t sf_uc; /* = *sf_uncontext */
70 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_signal.h75 struct target_sigframe { struct
76 target_siginfo_t sf_si; /* saved siginfo */
77 target_ucontext_t sf_uc; /* saved ucontext */
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c51 struct target_sigframe struct
53 struct target_sigcontext sc;
54 target_ulong extramask[TARGET_NSIG_WORDS-1];
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c170 struct target_sigframe { struct
176 QEMU_BUILD_BUG_ON(offsetof(struct target_sigframe, mctx) argument
/openbmc/qemu/linux-user/alpha/
H A Dsignal.c56 struct target_sigframe { struct
57 struct target_sigcontext sc;