Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/hppa/
H A Dprocess_machdep.c73 regs->r_regs[29] = tf->tf_ret1; in process_read_regs()
144 tf->tf_ret1 = regs->r_regs[29]; in process_write_regs()
H A Dtrap.c132 offsetof(struct trapframe, tf_ret1) / 4,
840 rval[1] = frame->tf_ret1; in syscall()
847 frame->tf_ret1 = rval[1]; in syscall()
859 frame->tf_ret1 = 0; in syscall()
H A Ddb_interface.c87 { "r29", (long *)&ddb_regs.tf_ret1, FCN_NULL },
H A Dgenassym.cf97 member TF_R29 tf_ret1
H A Dmachdep.c1257 ksc.sc_regs[30] = tf->tf_ret1; in sendsig()
1355 tf->tf_ret1 = ksc.sc_regs[30]; in sys_sigreturn()
/openbsd/sys/arch/hppa/include/
H A Dframe.h116 unsigned long tf_ret1; /* r29 */ member