Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h31 typedef struct target_mcontext { struct
32 abi_ulong mc_onstack; /* XXX - sigcontext compat. */
33 abi_ulong mc_rdi; /* machine state (struct trapframe) */
34 abi_ulong mc_rsi;
35 abi_ulong mc_rdx;
36 abi_ulong mc_rcx;
37 abi_ulong mc_r8;
38 abi_ulong mc_r9;
39 abi_ulong mc_rax;
40 abi_ulong mc_rbx;
[all …]
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h30 typedef struct target_mcontext { struct
31 abi_ulong mc_onstack; /* XXX - sigcontext compat. */
32 abi_ulong mc_gs; /* machine state (struct trapframe) */
33 abi_ulong mc_fs;
34 abi_ulong mc_es;
35 abi_ulong mc_ds;
36 abi_ulong mc_edi;
37 abi_ulong mc_esi;
38 abi_ulong mc_ebp;
39 abi_ulong mc_isp;
[all …]
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h54 typedef struct target_mcontext { struct
61 } target_mcontext_t; argument
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h66 typedef struct target_mcontext { struct
76 } target_mcontext_t; argument
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c29 struct target_mcontext { struct
30 target_ulong mc_gregs[48];
32 uint64_t mc_fregs[33];
36 target_ulong v_regs;
45 target_ulong pad;
70 QEMU_BUILD_BUG_ON(offsetof(struct target_mcontext, mc_fregs) argument
/openbmc/qemu/linux-user/m68k/
H A Dsignal.c55 struct target_mcontext { struct
67 struct target_mcontext tuc_mcontext; argument