Searched refs:FRAME_T12 (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/arch/alpha/alpha/ |
H A D | db_interface.c | 123 { "t12", &ddb_regs.tf_regs[FRAME_T12], FCN_NULL }, 130 { "pv", &ddb_regs.tf_regs[FRAME_T12], FCN_NULL }, 261 FRAME_T12,
|
H A D | prom.c | 246 framep->tf_regs[FRAME_T12] = p->pcs_halt_r27; in console_restart()
|
H A D | debug.s | 152 stq t12,(FRAME_T12*8)(sp)
|
H A D | machdep.c | 1281 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 D | process_machdep.c | 239 FRAME_T12, in ptrace_read_register()
|
H A D | genassym.cf | 76 export FRAME_T12
|
H A D | locore.s | 307 stq t12,(FRAME_T12*8)(sp) 335 ldq t12,(FRAME_T12*8)(sp) 1013 stq t12,(FRAME_T12*8)(sp)
|
H A D | trap.c | 676 FRAME_T10, FRAME_T11, FRAME_RA, FRAME_T12,
|
/openbsd/sys/arch/alpha/include/ |
H A D | frame.h | 74 #define FRAME_T12 24 macro
|