Home
last modified time | relevance | path

Searched refs:_REG_LR (Results 1 – 14 of 14) sorted by relevance

/netbsd/sys/arch/arm/include/
H A Dmcontext.h113 #define _REG_LR _REG_X30 macro
120 #define _REG_LR _REG_R14 macro
/netbsd/lib/libc/arch/powerpc/
H A Dgenassym.cf84 define _REG_LR _REG_LR
/netbsd/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c165 gr[_REG_LR] = tf->tf_lr; in cpu_getmcontext()
232 tf->tf_lr = gr[_REG_LR]; in cpu_setmcontext()
/netbsd/lib/libc/arch/arm/gen/
H A Dmakecontext.c62 gr[_REG_LR] = (__greg_t)(uintptr_t)_resumecontext; in makecontext()
H A D_lwp.c68 u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(uintptr_t)_lwp_exit; in _lwp_makecontext()
/netbsd/lib/libc/arch/or1k/gen/
H A Dmakecontext.c68 gr[_REG_LR] = (uintptr_t)_resumecontext; in makecontext()
H A D_lwp.c68 u->uc_mcontext.__gregs[_REG_LR] = (uintptr_t)_lwp_exit; /* LR */ in _lwp_makecontext()
/netbsd/lib/libc/arch/powerpc/gen/
H A Dmakecontext.c69 gr[_REG_LR] = (__greg_t)_resumecontext; in makecontext()
/netbsd/lib/libc/arch/aarch64/gen/
H A D_lwp.c61 u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(uintptr_t)_lwp_exit; in _lwp_makecontext()
/netbsd/sys/arch/arm/arm/
H A Dsig_machdep.c181 gr[_REG_LR] = tf->tf_usr_lr; in cpu_getmcontext()
249 tf->tf_usr_lr = gr[_REG_LR]; in cpu_setmcontext()
/netbsd/lib/libc/arch/powerpc64/gen/
H A Dmakecontext.c66 gr[_REG_LR] = (__greg_t)_resumecontext; in makecontext()
/netbsd/sys/arch/or1k/include/
H A Dmcontext.h77 #define _REG_LR _REG_R9 macro
/netbsd/lib/libc/arch/powerpc/sys/
H A D__sigtramp2.S112 CFI_OFFSET_DWARF_REG(DWARF_LR_REG, _REG_LR)
/netbsd/sys/arch/powerpc/include/
H A Dmcontext.h81 #define _REG_LR 33 /* Link Register */ macro