Home
last modified time | relevance | path

Searched refs:target_mcontext (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/ppc/
H A Dsignal.c29 struct target_mcontext { struct
70 QEMU_BUILD_BUG_ON(offsetof(struct target_mcontext, mc_fregs) argument
73 QEMU_BUILD_BUG_ON(offsetof(struct target_mcontext, v_regs)
76 QEMU_BUILD_BUG_ON(offsetof(struct target_mcontext, mc_vregs)
91 struct target_mcontext mcontext;
164 struct target_mcontext tuc_mcontext;
172 struct target_mcontext mctx;
243 static void save_user_regs(CPUPPCState *env, struct target_mcontext *frame) in save_user_regs()
327 struct target_mcontext *frame, int sig) in restore_user_regs()
485 struct target_mcontext *mctx = 0; in setup_rt_frame()
[all …]
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h54 typedef struct target_mcontext { struct
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h66 typedef struct target_mcontext { struct
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h30 typedef struct target_mcontext { struct
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h31 typedef struct target_mcontext { struct
/openbmc/qemu/linux-user/m68k/
H A Dsignal.c55 struct target_mcontext { struct
67 struct target_mcontext tuc_mcontext; argument