Home
last modified time | relevance | path

Searched refs:REG_RIP (Results 1 – 25 of 27) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/x86/
Dsysret_rip.c81 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) { in sigsegv_for_sigreturn_test()
83 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]); in sigsegv_for_sigreturn_test()
100 ctx->uc_mcontext.gregs[REG_RIP] = rip; in sigusr1()
125 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) { in sigsegv_for_fallthrough()
127 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]); in sigsegv_for_fallthrough()
Dsingle_step_syscall.c57 # define REG_IP REG_RIP
Dmov_ss_trap.c42 # define REG_IP REG_RIP
Dfsgsbase.c70 ctx->uc_mcontext.gregs[REG_RIP] += 4; /* Skip the faulting mov */ in sigsegv()
Dtest_vsyscall.c447 unsigned long ip = ctx->uc_mcontext.gregs[REG_RIP]; in sigtrap()
Dsigreturn.c307 # define REG_IP REG_RIP
Dmpx-mini-test.c126 #define REG_IP_IDX REG_RIP
Dprotection_keys.c220 #define REG_IP_IDX REG_RIP
/external/v8/src/trap-handler/
Dhandler-inside-linux.cc94 uintptr_t fault_addr = context->uc_mcontext.gregs[REG_RIP]; in TryHandleSignal()
98 context->uc_mcontext.gregs[REG_RIP] = landing_pad; in TryHandleSignal()
/external/ltp/testcases/cve/
Dmeltdown.c114 # define REG_RIP REG_EIP macro
123 unsigned long *prip = (unsigned long *)&ucontext->uc_mcontext.gregs[REG_RIP]; in sigsegv()
Dcve-2015-3290.c160 # define REG_IP REG_RIP
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc96 return uc->uc_mcontext.gregs[REG_RIP];
130 out->rip = regs[REG_RIP];
/external/libunwind/src/x86_64/
DGos-linux.c129 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break; in x86_64_r_uc_addr()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c48 #define REG_IP REG_RIP
Dresumption.c44 #define REG_IP REG_RIP
/external/bcc/src/cc/usdt/
Dusdt_args.cc464 {"rip", {REG_RIP, 8}},
520 case REG_RIP: in reg_to_name()
/external/libunwind/tests/
Dtest-coredump-unwind.c217 ip = uc->uc_mcontext.gregs[REG_RIP]; in handle_sigsegv()
DGtest-bt.c198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
DGtest-trace.c210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
/external/v8/src/libsampler/
Dsampler.cc172 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator
468 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]); in FillRegisterState()
/external/bcc/src/cc/
Dusdt.h152 REG_RIP, enumerator
/external/bcc/src/cc/includes/
Dusdt.h152 REG_RIP, enumerator
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc671 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_RIP]); in WriteMinidump()
/external/libchrome/base/debug/
Dstack_trace_posix.cc380 { " ip: ", context->uc_mcontext.gregs[REG_RIP] }, in StackDumpSignalHandler()
/external/libchrome/base/
Dlogging_unittest.cc430 crash_addr = static_cast<uintptr_t>(context->uc_mcontext.gregs[REG_RIP]); in CheckCrashTestSighandler()

12