Searched defs:SetJump (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DSetJump.asm14 ; SetJump.Asm
18 ; Implementation of SetJump() on IA-32.
31 ; SetJump (
35 SetJump PROC label
49 SetJump ENDP
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
H A DSetJump.asm12 ; SetJump.Asm
16 ; Implementation of SetJump() on x64.
27 ; SetJump (
31 SetJump PROC label
62 SetJump ENDP
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
H A DSetJumpLongJump.asm15 EXPORT SetJump
24 ; call to SetJump() must always return 0. Subsequent calls to LongJump() cause a non-zero
25 ; value to be returned by SetJump().
36 ;SetJump (
40 SetJump label
47 ; Restores the CPU context that was saved with SetJump().;
54 ; @param Value The value to return when the SetJump() context is restored.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
H A DSetJump.asm14 ; SetJump.Asm
18 ; Implementation of SetJump() on IA-32.
31 ; SetJump (
35 SetJump PROC label
49 SetJump ENDP
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
H A DSetJump.asm14 ; SetJump.Asm
18 ; Implementation of SetJump() on x64.
29 ; SetJump (
33 SetJump PROC label
64 SetJump ENDP
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
H A DSetJumpLongJump.c45 call to SetJump() must always return 0. Subsequent calls to LongJump() cause a non-zero
46 value to be returned by SetJump().
56 SetJump ( function
65 Restores the CPU context that was saved with SetJump().
72 @param Value The value to return when the SetJump() context is restored.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
H A DSetJumpLongJump.c2 Implementation of SetJump() and LongJump() on EBC.
4 SetJump() and LongJump() are not currently supported for the EBC processor type.
5 Implementation for EBC just returns 0 for SetJump(), and ASSERT() for LongJump().
24 call to SetJump() must always return 0. Subsequent calls to LongJump() cause a non-zero
25 value to be returned by SetJump().
32 @retval 0 Indicates a return from SetJump().
37 SetJump ( function
46 Restores the CPU context that was saved with SetJump().
53 @param Value The value to return when the SetJump() context is restored.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiTransferControl/
H A DPeiTransferControl.h18 GUID for the SetJump()/LongJump() APIs shared between PEI and DXE
46 EFI_PEI_TRANSFER_CONTROL_SET_JUMP SetJump; member in struct:_EFI_PEI_TRANSFER_CONTROL_PROTOCOL

Completed in 88 milliseconds