OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetJump
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
SetJumpLongJump.c
45
call to
SetJump
() must always return 0. Subsequent calls to LongJump() cause a non-zero
46
value to be returned by
SetJump
().
56
SetJump
(
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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
SetJump.asm
14
;
SetJump
.Asm
18
; Implementation of
SetJump
() on IA-32.
31
;
SetJump
(
35
SetJump
PROC
49
SetJump
ENDP
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
SetJump.asm
12
;
SetJump
.Asm
16
; Implementation of
SetJump
() on x64.
27
;
SetJump
(
31
SetJump
PROC
62
SetJump
ENDP
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
SetJumpLongJump.asm
15
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
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/Ebc/
SetJumpLongJump.c
2
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
(
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/MdePkg/Library/BaseLib/Ia32/
SetJump.asm
14
;
SetJump
.Asm
18
; Implementation of
SetJump
() on IA-32.
31
;
SetJump
(
35
SetJump
PROC
49
SetJump
ENDP
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
SetJump.asm
14
;
SetJump
.Asm
18
; Implementation of
SetJump
() on x64.
29
;
SetJump
(
33
SetJump
PROC
64
SetJump
ENDP
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiTransferControl/
PeiTransferControl.h
18
GUID for the
SetJump
()/LongJump() APIs shared between PEI and DXE
46
EFI_PEI_TRANSFER_CONTROL_SET_JUMP
SetJump
;
Completed in 3516 milliseconds