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

12

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
ProcessorAsms.S 54 # This routine implements the IA32 variant of the SetJump call. Its
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 305 SetJumpFlag = SetJump ((BASE_LIBRARY_JUMP_BUFFER *) (UINTN) Context->JumpBuffer);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 929 // Use SetJump()/LongJump() to switch to a new stack.
931 if (SetJump (&JumpBuffer) == 0) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 79 // IA32 context buffer used by SetJump() and LongJump()
94 // IPF context buffer used by SetJump() and LongJump()
141 // X64 context buffer used by SetJump() and LongJump()
162 // EBC context buffer used by SetJump() and LongJump()
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 25 /// The IA-32 architecture context buffer used by SetJump() and LongJump().
43 /// The Itanium architecture context buffer used by SetJump() and LongJump().
92 /// The x64 architecture context buffer used by SetJump() and LongJump().
115 /// The EBC context buffer used by SetJump() and LongJump().
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c     [all...]

Completed in 201 milliseconds

12