HomeSort by relevance Sort by last modified time
    Searched refs:Rip (Results 1 - 25 of 39) 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;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 818 UINT32 Rip;
852 UINT64 Rip;
    [all...]
  /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/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 166 UINT64 Rip;
211 UINT64 Rip;
  /external/v8/src/base/debug/
stack_trace_win.cc 206 stack_frame.AddrPC.Offset = context_record->Rip;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 130 __MINGW_EXTENSION unsigned __int64 Rip;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_amd64.go 121 func (r *PtraceRegs) PC() uint64 { return r.Rip }
123 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_amd64.go 121 func (r *PtraceRegs) PC() uint64 { return r.Rip }
123 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
  /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;

Completed in 915 milliseconds

1 2