Searched defs:target_mcontext (Results 1 – 6 of 6) sorted by relevance
31 typedef struct target_mcontext { struct32 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 …]
30 typedef struct target_mcontext { struct31 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 …]
54 typedef struct target_mcontext { struct61 } target_mcontext_t; argument
66 typedef struct target_mcontext { struct76 } target_mcontext_t; argument
29 struct target_mcontext { struct30 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
55 struct target_mcontext { struct67 struct target_mcontext tuc_mcontext; argument