Home
last modified time | relevance | path

Searched refs:StackMigrateOffset (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DDebugAgentLib.h36 UINTN StackMigrateOffset; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
DSecTempRamSupport.c102 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack; in SecTemporaryRamSupport()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
DSecTempRamSupport.c102 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack; in SecTemporaryRamSupport()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c905 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack; in TemporaryRamMigration()
933 JumpBuffer.Esp = JumpBuffer.Esp + DebugAgentContext.StackMigrateOffset; in TemporaryRamMigration()
936 JumpBuffer.Rsp = JumpBuffer.Rsp + DebugAgentContext.StackMigrateOffset; in TemporaryRamMigration()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DSecMain.c239 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack; in SecTemporaryRamSupport()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
DSecPeiDebugAgentLib.c449 …bugPortHandle = (UINT64)(UINT32)(Mailbox->DebugPortHandle + DebugAgentContext->StackMigrateOffset); in InitializeDebugAgent()
451 Mailbox = (DEBUG_AGENT_MAILBOX *) ((UINTN) Mailbox + DebugAgentContext->StackMigrateOffset); in InitializeDebugAgent()