Searched refs:FRAME_T2 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/alpha/include/ |
H A D | frame.h | 53 #define FRAME_T2 3 macro
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | db_interface.c | 99 { "t2", &ddb_regs.tf_regs[FRAME_T2], FCN_NULL }, 234 FRAME_T2,
|
H A D | debug.s | 131 stq t2,(FRAME_T2*8)(sp)
|
H A D | process_machdep.c | 212 FRAME_T2, in ptrace_read_register()
|
H A D | genassym.cf | 55 export FRAME_T2
|
H A D | locore.s | 297 stq t2,(FRAME_T2*8)(sp) 325 ldq t2,(FRAME_T2*8)(sp) 1003 stq t2,(FRAME_T2*8)(sp)
|
H A D | trap.c | 670 FRAME_V0, FRAME_T0, FRAME_T1, FRAME_T2,
|
H A D | machdep.c | 1257 regp->r_regs[R_T2] = framep->tf_regs[FRAME_T2]; 1297 framep->tf_regs[FRAME_T2] = regp->r_regs[R_T2];
|