Searched refs:_REG_RA (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/gen/
H A D_lwp.c59 gr[_REG_RA] = (unsigned long) _lwp_exit;
H A Dmakecontext.c62 gr[_REG_RA] = (__greg_t)__resumecontext;
H A D__setjmp14.S56 stq ra, (SC_REGS+_REG_RA)(a0)
77 ldq ra, (SC_REGS+_REG_RA)(s0) /* restore return address */
H A D__longjmp14.c76 uc.uc_mcontext.__gregs[_REG_RA] = sc->sc_regs[R_RA];
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A D_lwp.c66 gr[_REG_RA] = (uintptr_t) _lwp_exit;
H A Dmakecontext.c69 gr[_REG_RA] = (intptr_t)__resumecontext;
H A Dlongjmp.c89 uc.uc_mcontext.__gregs[_REG_RA] = sc->sc_regs[_R_RA];
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dmcontext.h69 #define _REG_RA 26 macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmcontext.h71 #define _REG_RA 31 macro

Completed in 221 milliseconds