Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dlocore.h49 #define tf_gp tf_reg[_X_GP] macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/riscv/
H A Ddb_machdep.c49 { "gp", (void *)offsetof(struct trapframe, tf_gp), db_rw_ddbreg, NULL },
H A Dtrap.c191 tf->tf_ra, tf->tf_sp, tf->tf_gp, tf->tf_tp); in dump_trapframe()