HomeSort by relevance Sort by last modified time
    Searched refs:JumpBuffer (Results 26 - 45 of 45) sorted by null

12

  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 569 BASE_LIBRARY_JUMP_BUFFER JumpBuffer;
579 JumpBuffer.Eip = (UINTN)EntryPoint;
580 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
581 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2) + sizeof(Context3);
582 ((VOID**)JumpBuffer.Esp)[1] = Context1;
583 ((VOID**)JumpBuffer.Esp)[2] = Context2;
584 ((VOID**)JumpBuffer.Esp)[3] = Context3;
586 LongJump (&JumpBuffer, (UINTN)-1);
    [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 34 ::jmp_buf JumpBuffer;
69 longjmp(JumpBuffer, 1);
322 if (setjmp(CRCI->JumpBuffer) != 0) {
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 29 ::jmp_buf JumpBuffer;
52 longjmp(JumpBuffer, 1);
308 if (setjmp(CRCI->JumpBuffer) != 0) {
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 878 BASE_LIBRARY_JUMP_BUFFER JumpBuffer;
920 if (SetJump (&JumpBuffer) == 0) {
922 JumpBuffer.Esp = JumpBuffer.Esp + DebugAgentContext.StackMigrateOffset;
925 JumpBuffer.Rsp = JumpBuffer.Rsp + DebugAgentContext.StackMigrateOffset;
927 LongJump (&JumpBuffer, (UINTN)-1);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
LongJump.S 26 # IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
LongJump.asm 28 ; IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
SetJump.asm 30 ; OUT BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
BaseLibInternals.h 547 Worker function that checks ASSERT condition for JumpBuffer
549 Checks ASSERT condition for JumpBuffer.
551 If JumpBuffer is NULL, then ASSERT().
552 For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
554 @param JumpBuffer A pointer to CPU context buffer.
560 IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
567 Restores the CPU context from the buffer specified by JumpBuffer.
569 Instead is resumes execution based on the state of JumpBuffer.
571 @param JumpBuffer A pointer to CPU context buffer.
578 IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
LongJump.S 26 # IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
LongJump.asm 26 ; IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
SetJump.asm 28 ; OUT BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 274 LongJump ((BASE_LIBRARY_JUMP_BUFFER *)(UINTN)EntrypointContext->JumpBuffer, 1);
305 SetJumpFlag = SetJump ((BASE_LIBRARY_JUMP_BUFFER *) (UINTN) Context->JumpBuffer);
379 BASE_LIBRARY_JUMP_BUFFER JumpBuffer;
427 Context.JumpBuffer = (EFI_PHYSICAL_ADDRESS)(UINTN)&JumpBuffer;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BaseLibInternals.h 444 Worker function that checks ASSERT condition for JumpBuffer
446 Checks ASSERT condition for JumpBuffer.
448 If JumpBuffer is NULL, then ASSERT().
449 For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
451 @param JumpBuffer A pointer to CPU context buffer.
457 IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
464 Restores the CPU context from the buffer specified by JumpBuffer.
466 Instead is resumes execution based on the state of JumpBuffer.
468 @param JumpBuffer A pointer to CPU context buffer.
475 IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer,
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h 83 BASE_LIBRARY_JUMP_BUFFER JumpBuffer;
DebugAgent.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
ProcessorAsms.S 88 # rdx - JumpBuffer
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 66 NULL, // JumpBuffer
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 251 VOID *JumpBuffer;
    [all...]

Completed in 1402 milliseconds

12