Searched refs:_R_V0 (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/arch/mips/mips/ |
H A D | syscall.c | 151 const mips_reg_t saved_v0 = reg->r_regs[_R_V0]; in EMULNAME() 317 error = sy_invoke(callp, l, args, ®->r_regs[_R_V0], code); in EMULNAME() 327 mips_reg_t tmp = reg->r_regs[_R_V0]; in EMULNAME() 328 reg->r_regs[_R_V0 + _QUAD_LOWWORD] = (int32_t) tmp; in EMULNAME() 329 reg->r_regs[_R_V0 + _QUAD_HIGHWORD] = tmp >> 32; in EMULNAME() 338 reg->r_regs[_R_V0], reg->r_regs[_R_V1]); in EMULNAME() 343 reg->r_regs[_R_V0] = saved_v0; /* restore syscall code */ in EMULNAME() 352 reg->r_regs[_R_V0] = error; in EMULNAME()
|
H A D | trap.c | 151 utf->tf_regs[_R_V0] = 0; in md_child_return() 533 tf->tf_regs[_R_V0] = rv; in trap() 856 tf->tf_regs[_R_AST], tf->tf_regs[_R_V0], tf->tf_regs[_R_V1]); in frame_dump()
|
H A D | kgdb_machdep.c | 182 gdb_regs[ 2] = regs->r_regs[_R_V0]; /* V0 */ in kgdb_getregs()
|
H A D | mips_machdep.c | 181 #define _LOAD_V0_L_PRIVATE_A0 _MKINSN(OP_LD, _R_A0, _R_V0, 0, offsetof(lwp_t, l_private)) 182 #define _MTC0_V0_USERLOCAL _MKINSN(OP_COP0, OP_DMT, _R_V0, MIPS_COP_0_TLB_CONTEXT, 2) 184 #define _LOAD_V0_L_PRIVATE_A0 _MKINSN(OP_LW, _R_A0, _R_V0, 0, offsetof(lwp_t, l_private)) 185 #define _MTC0_V0_USERLOCAL _MKINSN(OP_COP0, OP_MT, _R_V0, MIPS_COP_0_TLB_CONTEXT, 2)
|
H A D | db_trace.c | 83 { "v0", (long *)&ddb_regs.r_regs[_R_V0], DB_SETF_REGS, NULL },
|
H A D | genassym.cf | 191 define TF_REG_V0 offsetof(struct trapframe, tf_regs[_R_V0])
|
/netbsd/sys/arch/mips/include/ |
H A D | regnum.h | 48 #define _R_V0 2 /* caller-saved */ macro
|
H A D | locore.h | 772 #define TF_V0 _R_V0
|
/netbsd/lib/libc/arch/mips/ |
H A D | genassym.cf | 84 define _SC_REGS_V0 offsetof(struct sigcontext, sc_regs[_R_V0])
|