Home
last modified time | relevance | path

Searched refs:_R_S5 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dregnum.h78 #define _R_S5 21 /* CALLEE-saved */ macro
/netbsd-src/lib/libc/arch/mips/gen/
H A Dlongjmp.c81 uc.uc_mcontext.__gregs[_REG_S5] = sc->sc_regs[_R_S5]; in __longjmp14()
/netbsd-src/sys/arch/mips/mips/
H A Dkgdb_machdep.c212 gdb_regs[21] = regs->r_regs[_R_S5]; /* S5 */ in kgdb_getregs()
H A Dmips_stacktrace.c474 case _R_S5: /* s5 */ in stacktrace_subr()
H A Ddb_trace.c113 { "s5", (long *)&ddb_regs.r_regs[_R_S5], DB_SETF_REGS, NULL },
H A Dtrap.c876 tf->tf_regs[_R_S3], tf->tf_regs[_R_S4], tf->tf_regs[_R_S5]); in frame_dump()
H A Dgenassym.cf228 define TF_REG_S5 offsetof(struct trapframe, tf_regs[_R_S5])
/netbsd-src/lib/libc/arch/mips/
H A Dgenassym.cf90 define _SC_REGS_S5 offsetof(struct sigcontext, sc_regs[_R_S5])