Searched refs:REG_IP (Results 1 – 5 of 5) sorted by relevance
33 #define REG_IP REG_EIP macro44 #define REG_IP REG_RIP macro163 if (ctx->uc_mcontext.gregs[REG_IP] >= 0xffffffffff600000ULL && in TRAP_action()164 ctx->uc_mcontext.gregs[REG_IP] < 0xffffffffff601000ULL) in TRAP_action()170 ctx->uc_mcontext.gregs[REG_IP]; in TRAP_action()173 ctx->uc_mcontext.gregs[REG_IP] = (unsigned long)syscall_thunk; in TRAP_action()
37 #define REG_IP REG_EIP macro48 #define REG_IP REG_RIP macro142 ALIGN(ctx->uc_mcontext.gregs[REG_IP], 4096)); in TRAP_action()147 local_mprotect((void *)ctx->uc_mcontext.gregs[REG_IP], sysconf(_SC_PAGE_SIZE)); in TRAP_action()
57 # define REG_IP REG_RIP macro61 # define REG_IP REG_EIP macro97 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap()
307 # define REG_IP REG_RIP macro327 # define REG_IP REG_EIP macro457 ctx->uc_mcontext.gregs[REG_IP] = in sigusr1()613 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()
25 #define REG_IP eip macro27 #define REG_IP rip macro29 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.REG_IP))