Home
last modified time | relevance | path

Searched refs:tf_t4 (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/hppa/hppa/
H A Dprocess_machdep.c63 regs->r_regs[19] = tf->tf_t4; in process_read_regs()
134 tf->tf_t4 = regs->r_regs[19]; in process_write_regs()
H A Ddb_interface.c77 { "r19", (long *)&ddb_regs.tf_t4, FCN_NULL },
H A Dgenassym.cf87 member TF_R19 tf_t4
H A Dmachdep.c1250 ksc.sc_regs[23] = tf->tf_t4; in sendsig()
1348 tf->tf_t4 = ksc.sc_regs[23]; /* r19 */ in sys_sigreturn()
H A Dtrap.c122 offsetof(struct trapframe, tf_t4) / 4,
/openbsd/sys/arch/hppa/include/
H A Dframe.h109 unsigned long tf_t4; /* r19 */ member