Home
last modified time | relevance | path

Searched refs:_REG_RA (Results 1 – 18 of 18) sorted by relevance

/netbsd/lib/libc/arch/alpha/gen/
H A D__setjmp14.S56 stq ra, (SC_REGS+_REG_RA*8)(a0)
77 ldq ra, (SC_REGS+_REG_RA*8)(s0) /* restore return address */
H A D_lwp.c59 gr[_REG_RA] = (unsigned long) _lwp_exit; in _lwp_makecontext()
H A Dmakecontext.c64 gr[_REG_RA] = (__greg_t)__resumecontext; in makecontext()
H A Dswapcontext.S50 stq t1, (UC_GREGS + _REG_RA*8)(t0) /* Adjust saved RA */
H A D__longjmp14.c76 uc.uc_mcontext.__gregs[_REG_RA] = sc->sc_regs[R_RA]; in __longjmp14()
/netbsd/lib/libc/arch/alpha/
H A Dgenassym.cf63 define _REG_RA _REG_RA /* 26 */
/netbsd/lib/libc/arch/ia64/gen/
H A D_lwp.c60 gr[_REG_RA] = (unsigned long) _lwp_exit; in _lwp_makecontext()
/netbsd/lib/libc/arch/riscv/gen/
H A Dmakecontext.c68 gr[_REG_RA] = (uintptr_t)_resumecontext; in makecontext()
H A D_lwp.c68 u->uc_mcontext.__gregs[_REG_RA] = (uintptr_t)_lwp_exit; /* RA */ in _lwp_makecontext()
/netbsd/lib/libc/arch/mips/gen/
H A D_lwp.c66 gr[_REG_RA] = (uintptr_t) _lwp_exit; in _lwp_makecontext()
H A Dmakecontext.c69 gr[_REG_RA] = (intptr_t)__resumecontext; in makecontext()
H A Dlongjmp.c89 uc.uc_mcontext.__gregs[_REG_RA] = sc->sc_regs[_R_RA]; in __longjmp14()
/netbsd/sys/arch/alpha/include/
H A Dmcontext.h69 #define _REG_RA 26 macro
/netbsd/lib/libc/arch/alpha/sys/
H A D__sigtramp2.S85 CFI_OFFSET(_REG_RA)
/netbsd/lib/libc/arch/mips/sys/
H A D__sigtramp2.S102 CFI_OFFSET(_REG_RA)
/netbsd/lib/libc/arch/mips/
H A Dgenassym.cf78 define _REG_RA _REG_RA
/netbsd/sys/arch/riscv/include/
H A Dmcontext.h90 #define _REG_RA _REG_X1 macro
/netbsd/sys/arch/mips/include/
H A Dmcontext.h71 #define _REG_RA 31 macro