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 63 @param Rip The RIP when exception happens.
69 UINTN Rip,
SmmProfile.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 71 mReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
82 SystemContext.SystemContextX64->Rip = (UINTN) mReservedVectors[ExceptionType].HookAfterStubHeaderCode;
101 SystemContext.SystemContextX64->Rip = mReservedVectors[ExceptionType].OldIp;
128 "RIP - %016lx, CS - %016lx, RFLAGS - %016lx\n",
129 SystemContext.SystemContextX64->Rip,
225 // Find module image base and module entry point by RIP
227 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;
  /external/skia/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/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 122 func (r *PtraceRegs) PC() uint64 { return r.Rip }
124 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_amd64.go 122 func (r *PtraceRegs) PC() uint64 { return r.Rip }
124 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
AsmFuncs.S 64 // UINT64 Rip;
165 // RIP from interrupted task
190 // UINT64 Rip;
196 // NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
199 movq %rax, ASM_PFX(ExceptionNumber)(%rip) # save vector number
202 movq %rsp, ASM_PFX(AppRsp)(%rip) # save stack top
203 movq DebugStackBegin(%rip), %rsp # switch to debugger stack
226 movq %rax, ASM_PFX(Rflags)(%rip)
230 cmpl $0, ASM_PFX(ExceptionNumber)(%rip)
232 cmpl $10, ASM_PFX(ExceptionNumber)(%rip)
    [all...]
  /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;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.asm 186 ; + RIP +
246 ;; UINT64 Rip;
358 ;; UINT64 Rip;
PageTbl.c 684 SystemContext.SystemContextX64->Rip,
SmiException.S 386 # + RIP +
447 ## UINT64 Rip;
559 ## UINT64 Rip;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 800 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Rip);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 739 stack_frame.AddrPC.Offset = ctx.Rip;

Completed in 275 milliseconds

1 2