Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/hppa/
H A Dprocess_machdep.c69 regs->r_regs[25] = tf->tf_arg1; in process_read_regs()
140 tf->tf_arg1 = regs->r_regs[25]; in process_write_regs()
H A Ddb_interface.c83 { "r25", (long *)&ddb_regs.tf_arg1, FCN_NULL },
295 tf->tf_t1, tf->tf_arg0, tf->tf_arg1, in db_stack_trace_print()
H A Dtrap.c128 offsetof(struct trapframe, tf_arg1) / 4,
785 args[1] = frame->tf_arg1; in syscall()
H A Dgenassym.cf93 member TF_R25 tf_arg1
H A Dmachdep.c1253 ksc.sc_regs[26] = tf->tf_arg1; in sendsig()
1266 tf->tf_arg1 = sip; in sendsig()
1351 tf->tf_arg1 = ksc.sc_regs[26]; /* r25 */ in sys_sigreturn()
/openbsd/sys/arch/hppa/include/
H A Dframe.h112 unsigned long tf_arg1; /* r25 */ member