Home
last modified time | relevance | path

Searched refs:FRAME_T12 (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/alpha/alpha/
H A Ddb_interface.c123 { "t12", &ddb_regs.tf_regs[FRAME_T12], FCN_NULL },
130 { "pv", &ddb_regs.tf_regs[FRAME_T12], FCN_NULL },
261 FRAME_T12,
H A Dprom.c246 framep->tf_regs[FRAME_T12] = p->pcs_halt_r27; in console_restart()
H A Ddebug.s152 stq t12,(FRAME_T12*8)(sp)
H A Dmachdep.c1281 regp->r_regs[R_T12] = framep->tf_regs[FRAME_T12];
1321 framep->tf_regs[FRAME_T12] = regp->r_regs[R_T12];
1433 frame->tf_regs[FRAME_T12] = (u_int64_t)catcher; /* t12 is pv */ in sendsig()
1599 tfp->tf_regs[FRAME_T12] = tfp->tf_regs[FRAME_PC]; /* a.k.a. PV */ in setregs()
H A Dprocess_machdep.c239 FRAME_T12, in ptrace_read_register()
H A Dgenassym.cf76 export FRAME_T12
H A Dlocore.s307 stq t12,(FRAME_T12*8)(sp)
335 ldq t12,(FRAME_T12*8)(sp)
1013 stq t12,(FRAME_T12*8)(sp)
H A Dtrap.c676 FRAME_T10, FRAME_T11, FRAME_RA, FRAME_T12,
/openbsd/sys/arch/alpha/include/
H A Dframe.h74 #define FRAME_T12 24 macro