Home
last modified time | relevance | path

Searched refs:gp_ra (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c51 mc->mc_gpregs.gp_ra = r->ra; in pt_reg_to_ucontext()
69 r->ra = mc->mc_gpregs.gp_ra; in pt_ucontext_to_reg()
/freebsd/sys/riscv/include/
H A Ducontext.h39 __register_t gp_ra; member
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c219 mcp->mc_gpregs.gp_ra = tf->tf_ra; in get_mcontext()
254 tf->tf_ra = mcp->mc_gpregs.gp_ra; in set_mcontext()