Searched refs:REG_PC (Results 1 – 13 of 13) sorted by relevance
2 #define ARCH_PC_PEEK_ADDR REG_PC
17 { REG_PC, "pc" },
2 #define ARCH_PC_PEEK_ADDR (4 * REG_PC)
17 XLAT(4*REG_PC),
14 #define REG_PC (0*8) macro
3 #define ARCH_PC_PEEK_ADDR REG_PC
5 #define REG_PC 64 macro
160 context->pc = (unsigned int)(regs[REG_PC]); in WriteContext()596 writer_args->sig_ctx->uc_mcontext.gregs[REG_PC]; in WriteExceptionStream()
527 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_PC]); in FillRegisterState()
602 REG_PC = (1) variable
599 REG_PC = (1) variable
1368 *pc = ucontext->uc_mcontext.gregs[REG_PC]; in GetPcSpBp()