Searched refs:tf_t1 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/riscv/include/
H A Dframe.h50 #define tf_t1 tf_reg[_X_T1] macro
/netbsd-current/sys/arch/hppa/hppa/
H A Dfpu.c98 ((reg) == 0 ? (&r0) : ((&(f)->tf_t1) + _frame_reg_positions[reg]))
100 ((&((struct trapframe *) 0)->f) - (&((struct trapframe *) 0)->tf_t1))
124 _FRAME_POSITION(tf_t1), /* r22 */
H A Dprocess_machdep.c75 regs->r_regs[22] = tf->tf_t1;
147 tf->tf_t1 = regs->r_regs[22];
H A Ddb_machdep.c74 { "r22(t1)", (long *)&ddb_regs.tf_t1, FCN_NULL, NULL },
172 tf->tf_t3, tf->tf_t2, tf->tf_t1, tf->tf_arg3);
H A Ddb_trace.c178 tf.tf_t1, scargs[1], scargs[2],
H A Dkgdb_hppa.c174 KGDB_MOVEREG(22, tf_t1); /* r22 */ \
H A Dhppa_machdep.c87 gr[22] = tf->tf_t1;
207 tf->tf_t1 = gr[22];
H A Dvm_machdep.c149 tf->tf_t1 = 0; /* errno */
H A Dtrap.c533 offsetof(struct trapframe, tf_t1 ) / sizeof(register_t),
1294 code = frame->tf_t1;
1391 frame->tf_t1 = 0;
1419 frame->tf_t1 = error;
/netbsd-current/sys/arch/hppa/include/
H A Dframe.h76 u_int tf_t1; /* r22 */ member in struct:trapframe
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_machdep.c75 { "t1", (void *)offsetof(struct trapframe, tf_t1), db_rw_ddbreg, NULL },

Completed in 112 milliseconds