Home
last modified time | relevance | path

Searched refs:EntrypointContext (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
DX64Entry.c214 SWITCH_32_TO_64_CONTEXT *EntrypointContext, in _ModuleEntryPoint() argument
246 PageFaultIdtTable.PageFaultContext.Page1GSupport = EntrypointContext->Page1GSupport; in _ModuleEntryPoint()
260 (EFI_PHYSICAL_ADDRESS *) (UINTN) EntrypointContext->BlockListAddr, in _ModuleEntryPoint()
261 (VOID **) (UINTN) EntrypointContext->MemoryBase64Ptr, in _ModuleEntryPoint()
262 (UINTN *) (UINTN) EntrypointContext->MemorySize64Ptr in _ModuleEntryPoint()
282 (UINT32) (UINTN) EntrypointContext, in _ModuleEntryPoint()
284 (UINT32) (EntrypointContext->StackBufferBase + EntrypointContext->StackBufferLength) in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DUefiCapsule.c262 SWITCH_32_TO_64_CONTEXT *EntrypointContext, in ReturnFunction() argument
274 LongJump ((BASE_LIBRARY_JUMP_BUFFER *)(UINTN)EntrypointContext->JumpBuffer, 1); in ReturnFunction()