Searched defs:mcp (Results 1 – 7 of 7) sorted by relevance
/qemu/bsd-user/arm/ |
H A D | signal.c | 68 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in get_vfpcontext() local 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() local 140 abi_long set_mcontext(CPUARMState *env, target_mcontext_t *mcp, int srflag) in set_mcontext()
|
/qemu/bsd-user/x86_64/ |
H A D | signal.c | 41 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() local 49 target_mcontext_t *mcp, int flags) in get_mcontext() 57 target_mcontext_t *mcp, int srflag) in set_mcontext()
|
/qemu/bsd-user/i386/ |
H A D | signal.c | 43 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() local 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()
|
/qemu/bsd-user/riscv/ |
H A D | signal.c | 59 target_mcontext_t *mcp = &frame->sf_uc.uc_mcontext; in setup_sigframe_arch() local 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()
|
/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() local 102 abi_long set_mcontext(CPUARMState *regs, target_mcontext_t *mcp, int srflag) in set_mcontext()
|
/qemu/linux-user/sparc/ |
H A D | signal.c | 707 target_mcontext_t *mcp; in sparc64_get_context() local
|
/qemu/linux-user/ppc/ |
H A D | signal.c | 612 struct target_mcontext *mcp; in do_setcontext() local
|