Searched refs:_REG_PC (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/lib/libc/arch/alpha/sys/
H A Dgetcontext.S41 stq ra, (UC_GREGS + _REG_PC*8)(a0) /* Adjust saved PC */
/netbsd-current/lib/libc/arch/m68k/sys/
H A D__sigtramp2.S83 CFI_OFFSET_DWARF_REG(DWARF_RETURN_REG, _REG_PC)
84 CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_PC)
/netbsd-current/sys/arch/vax/include/
H A Dmcontext.h60 #define _REG_PC 15 macro
74 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
/netbsd-current/sys/arch/sparc/include/
H A Dmcontext.h55 #define _REG_PC 1 macro
155 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
160 (uc)->uc_mcontext.__gregs[_REG_PC] = (pc); \
/netbsd-current/lib/libc/arch/sparc/sys/
H A Dgetcontext.S51 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
/netbsd-current/sys/arch/sh3/include/
H A Dmcontext.h44 #define _REG_PC 1 macro
86 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
/netbsd-current/sys/arch/alpha/include/
H A Dmcontext.h76 #define _REG_PC 32 macro
102 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
/netbsd-current/lib/libc/arch/arm/gen/
H A D_lwp.c69 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
H A Dmakecontext.c63 gr[_REG_PC] = (__greg_t)(uintptr_t)func;
/netbsd-current/lib/libc/arch/ia64/gen/
H A D_lwp.c58 gr[_REG_PC] = (unsigned long)start;
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dmakecontext.c51 mcp->__gregs[_REG_PC] = (__greg_t)func;
H A D_lwp.c56 u->uc_mcontext.__gregs[_REG_PC] = (int)start;
/netbsd-current/lib/libc/arch/or1k/gen/
H A Dmakecontext.c69 gr[_REG_PC] = (uintptr_t)func;
/netbsd-current/lib/libc/arch/powerpc/gen/
H A Dmakecontext.c70 gr[_REG_PC] = (__greg_t)func;
/netbsd-current/lib/libc/arch/sh3/gen/
H A D_lwp.c66 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t) start;
H A Dmakecontext.c61 gr[_REG_PC] = (__greg_t)func;
/netbsd-current/lib/libc/arch/sparc/gen/
H A Dmakecontext.c63 gr[_REG_PC] = (__greg_t)func;
H A Dswapcontext.S50 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
/netbsd-current/lib/libc/arch/aarch64/gen/
H A D_lwp.c62 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
/netbsd-current/sys/arch/riscv/riscv/
H A Dnetbsd32_machdep.c89 mcp->__gregs[_REG_PC] = tf->tf_pc;
116 if ((int32_t) mcp->__gregs[_REG_PC] < 0
118 || (mcp->__gregs[_REG_PC] & 1))
142 tf->tf_pc = (int32_t) gr[_REG_PC];
/netbsd-current/lib/libc/arch/alpha/gen/
H A D_lwp.c57 gr[_REG_PC] = (unsigned long)start;
H A Dswapcontext.S51 stq t1, (UC_GREGS + _REG_PC*8)(t0) /* Adjust saved PC */
/netbsd-current/lib/libc/arch/vax/sys/
H A D__sigtramp3.S80 CFI_OFFSET(_REG_PC)
/netbsd-current/sys/arch/or1k/include/
H A Dmcontext.h73 #define _REG_PC 31 macro
92 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
/netbsd-current/sys/arch/powerpc/include/
H A Dmcontext.h82 #define _REG_PC 34 /* PC (copy of SRR0) */ macro
139 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])

Completed in 141 milliseconds

123