HomeSort by: relevance | last modified time | path
    Searched refs:_R_RA (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/mips/include/
regnum.h 88 #define _R_RA 31 /* caller-saved */
locore.h 803 #define TF_RA _R_RA
  /src/sys/arch/mips/mips/
db_trace.c 123 { "ra", (long *)&ddb_regs.r_regs[_R_RA], DB_SETF_REGS, NULL },
157 regs->r_regs[_R_RA],
239 ra = ddb_regs.r_regs[_R_RA];
259 && i.IType.rt == _R_RA)
mips_stacktrace.c 292 [_R_RA] = ra,
478 case _R_RA: /* ra */
505 if (mask & (1 << _R_RA))
506 ra = regs[_R_RA];
compat_16_machdep.c 195 tf->tf_regs[_R_RA] = (intptr_t)p->p_sigctx.ps_sigcode;
199 tf->tf_regs[_R_RA] = (intptr_t)ps->sa_sigdesc[sig].sd_tramp;
sig_machdep.c 133 tf->tf_regs[_R_RA] = (intptr_t)sa->sa_sigdesc[signo].sd_tramp;
kgdb_machdep.c 220 gdb_regs[31] = regs->r_regs[_R_RA]; /* RA */
mips_fixup.c 334 if (insn.IType.rt != _R_RA || insn.IType.rs != _R_SP) {
351 if (insn.IType.rt != _R_RA || insn.IType.rs != _R_SP) {
netbsd32_machdep.c 155 tf->tf_regs[_R_RA] = (intptr_t)ps->sa_sigdesc[sig].sd_tramp;
trap.c 251 tf, tf->tf_regs[_R_SP], tf->tf_regs[_R_RA]);
260 tf->tf_regs[_R_RA], tf->tf_ppl);
884 tf->tf_regs[_R_RA], tf->tf_regs[_R_SR], tf->tf_regs[_R_PC]);
mips_machdep.c 187 #define JR_RA _MKINSN(OP_SPECIAL, _R_RA, 0, 0, OP_JR)
  /src/lib/libc/arch/mips/gen/
longjmp.c 99 uc.uc_mcontext.__gregs[_REG_RA] = sc->sc_regs[_R_RA];
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 244 tf->tf_regs[_R_RA] = (intptr_t)p->p_sigctx.ps_sigcode;

Completed in 77 milliseconds