Searched refs:tf_t3 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/riscv/include/
H A Dframe.h72 #define tf_t3 tf_reg[_X_T3] macro
/netbsd-current/sys/arch/hppa/include/
H A Dframe.h79 u_int tf_t3; /* r20 */ member in struct:trapframe
/netbsd-current/sys/arch/hppa/hppa/
H A Dprocess_machdep.c73 regs->r_regs[20] = tf->tf_t3;
145 tf->tf_t3 = regs->r_regs[20];
H A Ddb_machdep.c72 { "r20(t3)", (long *)&ddb_regs.tf_t3, FCN_NULL, NULL },
172 tf->tf_t3, tf->tf_t2, tf->tf_t1, tf->tf_arg3);
H A Dkgdb_hppa.c172 KGDB_MOVEREG(20, tf_t3); /* r20 */ \
H A Dhppa_machdep.c85 gr[20] = tf->tf_t3;
205 tf->tf_t3 = gr[20];
H A Dfpu.c122 _FRAME_POSITION(tf_t3), /* r20 */
H A Dtrap.c531 offsetof(struct trapframe, tf_t3 ) / sizeof(register_t),
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_machdep.c77 { "t3", (void *)offsetof(struct trapframe, tf_t3), db_rw_ddbreg, NULL },

Completed in 114 milliseconds