Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/include/
H A Dregnum.h80 #define _R_S7 23 /* CALLEE-saved */ macro
/netbsd/lib/libc/arch/mips/gen/
H A Dlongjmp.c83 uc.uc_mcontext.__gregs[_REG_S7] = sc->sc_regs[_R_S7]; in __longjmp14()
/netbsd/sys/arch/mips/mips/
H A Dkgdb_machdep.c203 gdb_regs[23] = regs->r_regs[_R_S7]; /* S7 */ in kgdb_getregs()
H A Dmips_stacktrace.c476 case _R_S7: /* s7 */ in stacktrace_subr()
H A Ddb_trace.c115 { "s7", (long *)&ddb_regs.r_regs[_R_S7], DB_SETF_REGS, NULL },
H A Dtrap.c879 tf->tf_regs[_R_S6], tf->tf_regs[_R_S7], tf->tf_regs[_R_T8]); in frame_dump()
H A Dgenassym.cf230 define TF_REG_S7 offsetof(struct trapframe, tf_regs[_R_S7])
/netbsd/lib/libc/arch/mips/
H A Dgenassym.cf92 define _SC_REGS_S7 offsetof(struct sigcontext, sc_regs[_R_S7])