| /netbsd/src/sys/arch/sparc/include/ |
| D | mcontext.h | 55 #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/src/sys/arch/arm/include/ |
| D | mcontext.h | 115 #define _REG_PC _REG_ELR macro 121 #define _REG_PC _REG_R15 macro 225 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/sys/arch/vax/include/ |
| D | mcontext.h | 60 #define _REG_PC 15 macro 74 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | sig_machdep.c | 182 gr[_REG_PC] = tf->tf_pc; in cpu_getmcontext() 188 (void *) gr[_REG_PC])) != -1) in cpu_getmcontext() 189 gr[_REG_PC] = ras_pc; in cpu_getmcontext() 250 tf->tf_pc = gr[_REG_PC]; in cpu_setmcontext()
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | mcontext.h | 40 #define _REG_PC 1 macro 93 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/lib/libc/arch/m68k/sys/ |
| D | __sigtramp2.S | 83 CFI_OFFSET_DWARF_REG(DWARF_RETURN_REG, _REG_PC) 84 CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_PC)
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | mcontext.h | 68 #define _REG_PC 16 macro 106 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | mcontext.h | 76 #define _REG_PC 32 macro 102 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | mcontext.h | 82 #define _REG_PC 34 /* PC (copy of SRR0) */ macro 139 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_lwp_create.c | 172 uc->uc_mcontext.__gregs[_REG_PC] |= 0x1f /*PSR_SYS32_MODE*/; 206 uc->uc_mcontext.__gregs[_REG_PC] = 0x100002; 212 uc->uc_mcontext.__gregs[_REG_PC] = 0;
|
| /netbsd/src/lib/libc/arch/m68k/ |
| D | genassym.cf | 42 define UC_MCONTEXT_PC offsetof(ucontext_t, uc_mcontext.__gregs[_REG_PC]) 61 define _REG_PC _REG_PC
|
| /netbsd/src/lib/libc/arch/powerpc/ |
| D | genassym.cf | 49 define UC_GREGS_PC offsetof(ucontext_t, uc_mcontext.__gregs[_REG_PC]) 85 define _REG_PC _REG_PC
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | sig_machdep.c | 221 gr[_REG_PC] = frame->f_pc; in cpu_getmcontext() 224 (void *) gr[_REG_PC])) != -1) in cpu_getmcontext() 225 gr[_REG_PC] = ras_pc; in cpu_getmcontext() 361 frame->f_pc = gr[_REG_PC]; in cpu_setmcontext()
|
| /netbsd/src/sys/arch/sh3/sh3/ |
| D | sh3_machdep.c | 406 gr[_REG_PC] = tf->tf_spc; in cpu_getmcontext() 429 (void *) gr[_REG_PC])) != -1) in cpu_getmcontext() 430 gr[_REG_PC] = ras_pc; in cpu_getmcontext() 467 tf->tf_spc = gr[_REG_PC]; in cpu_setmcontext()
|
| /netbsd/src/lib/libc/arch/aarch64/ |
| D | genassym.cf | 39 define _UC_REGS_PC offsetof(ucontext_t, uc_mcontext.__gregs[_REG_PC]) 73 define _REG_PC _REG_PC
|
| /netbsd/src/lib/libc/arch/sh3/ |
| D | genassym.cf | 54 define _REG_PC _REG_PC
|
| /netbsd/src/lib/libc/arch/alpha/sys/ |
| D | getcontext.S | 41 stq ra, (UC_GREGS + _REG_PC*8)(a0) /* Adjust saved PC */
|
| /netbsd/src/lib/libc/arch/sparc/sys/ |
| D | getcontext.S | 51 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | sig_machdep.c | 186 gr[_REG_PC] = tf->tf_srr0; in cpu_getmcontext() 253 tf->tf_srr0 = gr[_REG_PC]; in cpu_setmcontext()
|
| /netbsd/src/lib/libc/arch/alpha/ |
| D | genassym.cf | 70 define _REG_PC _REG_PC /* 32 */
|
| /netbsd/src/lib/libc/arch/m68k/gen/ |
| D | makecontext.c | 51 mcp->__gregs[_REG_PC] = (__greg_t)func; in makecontext()
|
| D | _lwp.c | 58 u->uc_mcontext.__gregs[_REG_PC] = (int)start; in _lwp_makecontext()
|
| /netbsd/src/lib/libc/arch/alpha/gen/ |
| D | _lwp.c | 60 gr[_REG_PC] = (unsigned long)start; in _lwp_makecontext()
|
| /netbsd/src/lib/libc/arch/ia64/gen/ |
| D | _lwp.c | 58 gr[_REG_PC] = (unsigned long)start; in _lwp_makecontext()
|
| /netbsd/src/lib/libc/arch/sh3/gen/ |
| D | _lwp.c | 66 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t) start; in _lwp_makecontext()
|