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