Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c54 mc->mc_gpregs.gp_tp = r->tp; in pt_reg_to_ucontext()
72 r->tp = mc->mc_gpregs.gp_tp; in pt_ucontext_to_reg()
/freebsd/sys/riscv/include/
H A Ducontext.h42 __register_t gp_tp; member
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c222 mcp->mc_gpregs.gp_tp = tf->tf_tp; in get_mcontext()