Searched refs:MC_PC (Results 1 – 18 of 18) sorted by relevance
52 uintptr_t pc = uc->uc_mcontext.MC_PC; in cancel_handler()60 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel; in cancel_handler()
8 #define MC_PC gregs[REG_RIP] macro
8 #define MC_PC gregs[REG_EIP] macro
8 #define MC_PC regs.pc macro
12 #define MC_PC psw.addr macro
12 #define MC_PC gregs[R_PC] macro
11 #define MC_PC pc macro
13 #define MC_PC __gregs[0] macro
16 #define MC_PC gregs[32] macro
16 #define MC_PC gp_regs[32] macro
18 #define MC_PC pc macro
16 #define MC_PC regs.pc macro
19 #define MC_PC pc macro
32 #define MC_PC arm_pc macro
1363 *pc = ucontext->uc_mcontext.mc_gregs[MC_PC]; in GetPcSpBp()