Home
last modified time | relevance | path

Searched refs:gp_sp (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/aarch64/
H A Dsignal.c76 mcp->mc_gpregs.gp_sp = tswap64(regs->xregs[TARGET_REG_SP]); in get_mcontext()
111 regs->xregs[TARGET_REG_SP] = tswap64(mcp->mc_gpregs.gp_sp); in set_mcontext()
H A Dtarget_arch_signal.h45 uint64_t gp_sp; member
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h37 uint64_t gp_sp; member
H A Dsignal.c110 mcp->mc_gpregs.gp_sp = tswap64(regs->gpr[2]); in get_mcontext()
155 regs->gpr[2] = tswap64(mcp->mc_gpregs.gp_sp); in set_mcontext()