Searched refs:_REG_RV (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Dmcontext.h79 #define _REG_RV _REG_R11 macro
93 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RV])
/netbsd-current/sys/arch/arm/include/
H A Dmcontext.h111 #define _REG_RV _REG_X0 macro
117 #define _REG_RV _REG_R0 macro
272 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RV])
/netbsd-current/sys/arch/riscv/include/
H A Dmcontext.h99 #define _REG_RV _REG_X10 macro
146 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RV])
/netbsd-current/lib/libc/arch/or1k/gen/
H A D_lwp.c66 u->uc_mcontext.__gregs[_REG_RV] = (uintptr_t)arg; /* arg1 */
/netbsd-current/lib/libc/arch/riscv/gen/
H A D_lwp.c66 u->uc_mcontext.__gregs[_REG_RV] = (uintptr_t)arg; /* arg1 */

Completed in 1121 milliseconds