HomeSort by relevance Sort by last modified time
    Searched refs:Rip (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
EfiJump.h 37 UINT64 Rip;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.h 58 @param Rip The RIP when exception happens.
64 UINTN Rip,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmmStmSupport.c 80 Context.Ia32StackFrame->Rip += Context.Ia32StackFrame->VmcsExitInstructionLength;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 76 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
87 SystemContext.SystemContextX64->Rip = (UINTN) ReservedVectors[ExceptionType].HookAfterStubHeaderCode;
111 SystemContext.SystemContextX64->Rip = ReservedVectors[ExceptionType].OldIp;
138 "RIP - %016lx, CS - %016lx, RFLAGS - %016lx\n",
139 SystemContext.SystemContextX64->Rip,
235 // Find module image base and module entry point by RIP
237 ImageBase = FindModuleImageBase (SystemContext.SystemContextX64->Rip, &EntryPoint);
ExceptionHandlerAsm.S 93 bt %ecx, ASM_PFX(mErrorCodeFlag)(%rip)
120 movl ASM_PFX(mErrorCodeFlag)(%rip), %eax
150 # + RIP +
202 #; UINT64 Rip;
320 #; UINT64 Rip;
369 movq ASM_PFX(mDoFarReturnFlag)(%rip), %rax
395 leaq AsmIdtVectorBegin(%rip), %rax
399 leaq HookAfterStubHeaderBegin(%rip), %rax
ExceptionHandlerAsm.asm 83 ; + RIP +
131 ; + RIP +
183 ;; UINT64 Rip;
302 ;; UINT64 Rip;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmmStmSupport.c 92 Context.X64StackFrame->Rip += Context.X64StackFrame->VmcsExitInstructionLength;
  /external/boringssl/src/crypto/test/
abi_test.cc 254 starting_ip_ = ctx_.Rip;
267 RtlLookupFunctionEntry(ctx_.Rip, &image_base, nullptr);
274 memcpy(&ctx_.Rip, reinterpret_cast<const void *>(ctx_.Rsp),
275 sizeof(ctx_.Rip));
283 RtlVirtualUnwind(UNW_FLAG_NHANDLER, image_base, ctx_.Rip, entry, &ctx_,
285 return ctx_.Rip != 0;
289 UnwindStatusOr<crypto_word_t> GetIP() { return ctx_.Rip; }
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 818 UINT32 Rip;
852 UINT64 Rip;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptrace386_linux.go 59 Rip uint64
syscall_linux_amd64.go 139 func (r *PtraceRegs) PC() uint64 { return r.Rip }
141 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
  /external/skia/tools/
CrashHandler.cpp 142 frame.AddrPC.Offset = c->Rip;
  /external/skqp/tools/
CrashHandler.cpp 142 frame.AddrPC.Offset = c->Rip;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 52 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rip),
377 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn(&PacketData[1]);
396 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn (&PacketData[1]);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 52 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rip),
377 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn(&PacketData[1]);
396 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn (&PacketData[1]);
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 851 DumpModuleInfoByIp ((UINTN)SystemContext.SystemContextX64->Rip);
873 DumpModuleInfoByIp ((UINTN)SystemContext.SystemContextX64->Rip);
881 SystemContext.SystemContextX64->Rip,
SmiException.S 149 # + RIP +
210 ## UINT64 Rip;
322 ## UINT64 Rip;
SmiException.asm 166 ; + RIP +
226 ;; UINT64 Rip;
338 ;; UINT64 Rip;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 187 UINT64 Rip;
245 UINT64 Rip;
  /external/v8/src/base/debug/
stack_trace_win.cc 193 stack_frame.AddrPC.Offset = context_record->Rip;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 88 ;; UINT64 Rip;
195 ;; RIP from interrupted task
220 ;; UINT64 Rip;
226 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
300 ; application stack has ss, rsp, rflags, cs, & rip, so
324 ;; UINT64 Rip;
325 ; Rip from application is on top of application stack
456 ;; UINT64 Rip;
493 mov rcx, [rax] ; RIP
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 288 UINT32 Rip; // FFD8
401 UINT64 Rip;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 166 UINT64 Rip;
214 UINT64 Rip;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.S 187 # + RIP +
283 ## UINT64 Rip;
378 ## UINT64 Rip;
  /external/grpc-grpc/test/core/util/
test_config.cc 115 s.AddrPC.Offset = c.Rip;

Completed in 838 milliseconds

1 2