Searched refs:FRAME_T8 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/alpha/include/ |
H A D | frame.h | 69 #define FRAME_T8 19 macro
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | db_interface.c | 118 { "t8", &ddb_regs.tf_regs[FRAME_T8], FCN_NULL }, 256 FRAME_T8,
|
H A D | debug.s | 147 stq t8,(FRAME_T8*8)(sp)
|
H A D | process_machdep.c | 234 FRAME_T8, in ptrace_read_register()
|
H A D | genassym.cf | 71 export FRAME_T8
|
H A D | locore.s | 303 stq t8,(FRAME_T8*8)(sp) 331 ldq t8,(FRAME_T8*8)(sp) 1009 stq t8,(FRAME_T8*8)(sp)
|
H A D | trap.c | 675 FRAME_A4, FRAME_A5, FRAME_T8, FRAME_T9,
|
H A D | machdep.c | 1276 regp->r_regs[R_T8] = framep->tf_regs[FRAME_T8]; 1316 framep->tf_regs[FRAME_T8] = regp->r_regs[R_T8];
|