Searched refs:set_mcontext (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/bsd-user/i386/ |
| H A D | signal.c | 57 abi_long set_mcontext(CPUX86State *regs, target_mcontext_t *mcp, int srflag) in set_mcontext() function
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | signal.c | 56 abi_long set_mcontext(CPUX86State *regs, in set_mcontext() function
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | target_os_ucontext.h | 40 abi_long set_mcontext(CPUArchState *env, target_mcontext_t *mcp, int srflag);
|
| /openbmc/qemu/bsd-user/aarch64/ |
| H A D | signal.c | 102 abi_long set_mcontext(CPUARMState *regs, target_mcontext_t *mcp, int srflag) in set_mcontext() function
|
| /openbmc/qemu/bsd-user/arm/ |
| H A D | signal.c | 140 abi_long set_mcontext(CPUARMState *env, target_mcontext_t *mcp, int srflag) in set_mcontext() function
|
| /openbmc/qemu/bsd-user/riscv/ |
| H A D | signal.c | 119 abi_long set_mcontext(CPURISCVState *regs, target_mcontext_t *mcp, in set_mcontext() function
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 828 if (set_mcontext(env, &ucontext->uc_mcontext, 1)) { in do_sigreturn()
|