Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/hppa/
H A Dprocess_machdep.c61 regs->r_regs[17] = tf->tf_r17; in process_read_regs()
132 tf->tf_r17 = regs->r_regs[17]; in process_write_regs()
H A Ddb_interface.c75 { "r17", (long *)&ddb_regs.tf_r17, FCN_NULL },
H A Dgenassym.cf85 member tf_r17
H A Dmachdep.c1248 ksc.sc_regs[21] = tf->tf_r17; in sendsig()
1346 tf->tf_r17 = ksc.sc_regs[21]; in sys_sigreturn()
H A Dtrap.c120 offsetof(struct trapframe, tf_r17) / 4,
/openbsd/sys/arch/hppa/include/
H A Dframe.h107 unsigned long tf_r17; member