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

123

/netbsd-current/sys/arch/m68k/m68k/
H A Dsig_machdep.c221 gr[_REG_PC] = frame->f_pc;
224 (void *) gr[_REG_PC])) != -1)
225 gr[_REG_PC] = ras_pc;
361 frame->f_pc = gr[_REG_PC];
/netbsd-current/sys/arch/sh3/sh3/
H A Dsh3_machdep.c406 gr[_REG_PC] = tf->tf_spc;
429 (void *) gr[_REG_PC])) != -1)
430 gr[_REG_PC] = ras_pc;
467 tf->tf_spc = gr[_REG_PC];
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c186 gr[_REG_PC] = tf->tf_srr0;
253 tf->tf_srr0 = gr[_REG_PC];
/netbsd-current/sys/compat/linux/arch/aarch64/
H A Dlinux_machdep.c69 ctx->pc = uc.uc_mcontext.__gregs[_REG_PC];
115 uc->uc_mcontext.__gregs[_REG_PC] = ctx->pc;
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c167 || (mcp->__gregs[_REG_PC] & 3))
180 CTASSERT(offsetof(struct reg, r_pc) == _REG_PC * sizeof(__greg_t));
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c425 gr[_REG_PC] = tf->tf_pc;
503 if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
504 gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
511 tf->tf_pc = (uint64_t)gr[_REG_PC];
H A Dmachdep.c2442 gr[_REG_PC] = tf->tf_pc;
2468 (void *) gr[_REG_PC])) != -1) {
2469 gr[_REG_PC] = ras_pc;
2516 if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
2517 gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
2553 tf->tf_pc = (uint64_t)gr[_REG_PC];
/netbsd-current/sys/arch/riscv/riscv/
H A Driscv_machdep.c271 if ((intptr_t) mcp->__gregs[_REG_PC] < 0
273 || (mcp->__gregs[_REG_PC] & 1))
/netbsd-current/sys/arch/vax/vax/
H A Dmachdep.c639 gr[_REG_PC] = tf->tf_pc;
686 tf->tf_pc = gr[_REG_PC];
/netbsd-current/sys/arch/sparc/sparc/
H A Dmachdep.c623 r[_REG_PC] = tf->tf_pc;
643 (void *) r[_REG_PC])) != -1) {
644 r[_REG_PC] = ras_pc;
691 if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
692 gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
743 tf->tf_pc = r[_REG_PC];
/netbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1860 gr[_REG_PC] = frame->tf_regs[FRAME_PC];
1864 (void *) gr[_REG_PC])) != -1)
1865 gr[_REG_PC] = ras_pc;
1911 frame->tf_regs[FRAME_PC] = gr[_REG_PC];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc1934 uptr pc = ucontext->uc_mcontext.__gregs[_REG_PC];
2044 *pc = ucontext->uc_mcontext.__gregs[_REG_PC];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp1898 uptr pc = ucontext->uc_mcontext.__gregs[_REG_PC];
1914 uptr pc = ucontext->uc_mcontext.__gregs[_REG_PC];

Completed in 173 milliseconds

123