Searched refs:target_mcontext_t (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_ucontext.h | 23 target_mcontext_t uc_mcontext; 30 G_STATIC_ASSERT(TARGET_MCONTEXT_SIZE == sizeof(target_mcontext_t)); 39 abi_long get_mcontext(CPUArchState *env, target_mcontext_t *mcp, int flags); 40 abi_long set_mcontext(CPUArchState *env, target_mcontext_t *mcp, int srflag);
|
/openbmc/qemu/bsd-user/i386/ |
H A D | signal.c | 43 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() 50 abi_long get_mcontext(CPUX86State *regs, target_mcontext_t *mcp, int flags) in get_mcontext() 57 abi_long set_mcontext(CPUX86State *regs, target_mcontext_t *mcp, int srflag) in set_mcontext()
|
H A D | target_arch_signal.h | 74 } target_mcontext_t; typedef
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | signal.c | 41 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() 49 target_mcontext_t *mcp, int flags) in get_mcontext() 57 target_mcontext_t *mcp, int srflag) in set_mcontext()
|
H A D | target_arch_signal.h | 83 } target_mcontext_t; typedef
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | signal.c | 59 abi_long get_mcontext(CPUARMState *regs, target_mcontext_t *mcp, int flags) in get_mcontext() 92 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() 102 abi_long set_mcontext(CPUARMState *regs, target_mcontext_t *mcp, int srflag) in set_mcontext()
|
H A D | target_arch_signal.h | 68 typedef struct target__mcontext target_mcontext_t; typedef
|
/openbmc/qemu/bsd-user/arm/ |
H A D | signal.c | 68 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in get_vfpcontext() 84 abi_long get_mcontext(CPUARMState *env, target_mcontext_t *mcp, int flags) in get_mcontext() 132 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() 140 abi_long set_mcontext(CPUARMState *env, target_mcontext_t *mcp, int srflag) in set_mcontext()
|
H A D | target_arch_signal.h | 76 } target_mcontext_t; typedef
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | signal.c | 59 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() 69 abi_long get_mcontext(CPURISCVState *regs, target_mcontext_t *mcp, in get_mcontext() 119 abi_long set_mcontext(CPURISCVState *regs, target_mcontext_t *mcp, in set_mcontext()
|
H A D | target_arch_signal.h | 61 } target_mcontext_t; typedef
|
/openbmc/qemu/linux-user/sparc/ |
H A D | signal.c | 575 } target_mcontext_t; typedef 581 target_mcontext_t tuc_mcontext; 707 target_mcontext_t *mcp; in sparc64_get_context()
|