Searched refs:REG_IP (Results 1 – 8 of 8) 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()
61 #define REG_IP REG_RIP macro64 #define REG_IP REG_EIP macro94 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigtrap()111 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigill()
42 # define REG_IP REG_RIP macro44 # define REG_IP REG_EIP macro122 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in sigtrap()131 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_return()139 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_longjmp()
61 # define REG_IP REG_RIP macro65 # define REG_IP REG_EIP macro101 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap()117 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in print_and_longjmp()
299 # define REG_IP REG_RIP macro319 # define REG_IP REG_EIP macro449 ctx->uc_mcontext.gregs[REG_IP] = in sigusr1()619 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))
139 # define REG_IP REG_RIP macro161 # define REG_IP REG_EIP macro