Searched refs:REG_PC (Results 1 – 15 of 15) sorted by relevance
2 #define ARCH_PC_PEEK_ADDR REG_PC
17 { REG_PC, "pc" },
14 #define REG_PC (0*8) macro
2 #define ARCH_PC_PEEK_ADDR (4 * REG_PC)
17 XLAT(4*REG_PC),
3 #define ARCH_PC_PEEK_ADDR REG_PC
5 #define REG_PC 64 macro
27 #define REG_PC 16 macro
55 #define REG_PC 0x14000000 macro
160 context->pc = (unsigned int)(regs[REG_PC]); in WriteContext()596 writer_args->sig_ctx->uc_mcontext.gregs[REG_PC]; in WriteExceptionStream()
578 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()