Searched refs:tf_ra (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/riscv/include/
H A Dframe.h45 #define tf_ra tf_reg[_X_RA] macro
/netbsd-current/sys/arch/riscv/riscv/
H A Dsig_machdep.c134 tf->tf_ra = (intptr_t)sa->sa_sigdesc[signo].sd_tramp;
H A Dvm_machdep.c118 tf->tf_ra = (intptr_t)lwp_trampoline; /* RA */
H A Ddb_machdep.c50 { "ra", (void *)offsetof(struct trapframe, tf_ra), db_rw_ddbreg, NULL },
H A Ddb_trace.c237 db_read_bytes((db_addr_t)&tf->tf_ra, sizeof(ra), (char *)&ra);
H A Dtrap.c98 tf->tf_ra = fb->fb_reg[FB_RA];

Completed in 147 milliseconds