Searched refs:FRAME_V0 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/alpha/alpha/ |
H A D | trap.c | 546 framep->tf_regs[FRAME_V0] = rval[0]; in syscall() 556 framep->tf_regs[FRAME_V0] = error; in syscall() 580 framep->tf_regs[FRAME_V0] = 0; 670 FRAME_V0, FRAME_T0, FRAME_T1, FRAME_T2,
|
H A D | db_interface.c | 96 { "v0", &ddb_regs.tf_regs[FRAME_V0], FCN_NULL }, 231 FRAME_V0,
|
H A D | debug.s | 128 stq v0,(FRAME_V0*8)(sp)
|
H A D | locore.s | 284 stq v0,(FRAME_V0*8)(sp) 312 ldq v0,(FRAME_V0*8)(sp) 413 stq v0,(FRAME_V0*8)(sp) /* in case we need to restart */ 987 stq v0,(FRAME_V0*8)(sp)
|
H A D | process_machdep.c | 209 FRAME_V0, in ptrace_read_register()
|
H A D | genassym.cf | 52 export FRAME_V0
|
H A D | machdep.c | 1254 regp->r_regs[R_V0] = framep->tf_regs[FRAME_V0]; 1294 framep->tf_regs[FRAME_V0] = regp->r_regs[R_V0];
|
/openbsd/sys/arch/alpha/include/ |
H A D | frame.h | 50 #define FRAME_V0 0 macro
|