Home
last modified time | relevance | path

Searched refs:tf_x (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/arch/arm64/arm64/
Ddb_interface.c62 { "x0", (long *)&DDB_REGS->tf_x[0], FCN_NULL, },
63 { "x1", (long *)&DDB_REGS->tf_x[1], FCN_NULL, },
64 { "x2", (long *)&DDB_REGS->tf_x[2], FCN_NULL, },
65 { "x3", (long *)&DDB_REGS->tf_x[3], FCN_NULL, },
66 { "x4", (long *)&DDB_REGS->tf_x[4], FCN_NULL, },
67 { "x5", (long *)&DDB_REGS->tf_x[5], FCN_NULL, },
68 { "x6", (long *)&DDB_REGS->tf_x[6], FCN_NULL, },
69 { "x7", (long *)&DDB_REGS->tf_x[7], FCN_NULL, },
70 { "x8", (long *)&DDB_REGS->tf_x[8], FCN_NULL, },
71 { "x9", (long *)&DDB_REGS->tf_x[9], FCN_NULL, },
[all …]
Dsyscall.c47 code = frame->tf_x[8]; in svc_handler()
53 args = &frame->tf_x[0]; in svc_handler()
62 frame->tf_x[0] = rval[0]; in svc_handler()
76 frame->tf_x[0] = error; in svc_handler()
90 frame->tf_x[0] = 0; in child_return()
Dsig_machdep.c129 frame.sf_sc.sc_x[i] = tf->tf_x[i]; in sendsig()
153 tf->tf_x[0] = sig; in sendsig()
154 tf->tf_x[1] = (register_t)sip; in sendsig()
155 tf->tf_x[2] = (register_t)&fp->sf_sc; in sendsig()
217 tf->tf_x[i] = ksc.sc_x[i]; in sys_sigreturn()
Dprocess_machdep.c60 memcpy(&regs->r_reg[0], &tf->tf_x[0], sizeof(regs->r_reg)); in process_read_regs()
91 memcpy(&tf->tf_x[0], &regs->r_reg[0], sizeof(tf->tf_x)); in process_write_regs()
Ddb_trace.c75 frame = ddb_regs.tf_x[29]; in db_stack_trace_print()
83 frame = p->p_addr->u_pcb.pcb_tf->tf_x[29]; in db_stack_trace_print()
Dtrap.c274 frame->tf_x[rt] = val; in emulate_msr()
474 i, frame->tf_x[i], frame->tf_x[i+1]); in dumpregs()
Dgenassym.cf68 member tf_x
/openbsd/src/sys/arch/arm64/include/
Dframe.h35 register_t tf_x[30]; member