Home
last modified time | relevance | path

Searched refs:AtRuntime (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
DRuntime.h78 BOOLEAN AtRuntime; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DRuntime.h123 …BOOLEAN AtRuntime; ///< Boolean that is TRUE if ExitBootServices () has been ca… member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableDxe.c40 AtRuntime ( in AtRuntime() function
91 if (!AtRuntime ()) { in AcquireLockOnlyAtBootTime()
114 if (!AtRuntime ()) { in ReleaseLockOnlyAtBootTime()
DVariable.c149 if (AtRuntime ()) { in UpdateVariableInfo()
751 if (AtRuntime ()) { in RecordVarErrorFlag()
1266 …if (IgnoreRtCheck || !AtRuntime () || ((PtrTrack->CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCES… in FindVariableEx()
1743 } else if (AtRuntime ()) { in CheckRemainingSpaceForConsistencyInternal()
1880 if (AtRuntime ()) { in AutoUpdateLangVariable()
1910 if (AtRuntime ()) { in AutoUpdateLangVariable()
2248 if (AtRuntime ()) { in UpdateVariable()
2437 if (AtRuntime () && in UpdateVariable()
2534 …|| (IsCommonVariable && AtRuntime () && ((VarSize + mVariableModuleGlobal->CommonVariableTotalSize… in UpdateVariable()
2536 if (AtRuntime ()) { in UpdateVariable()
[all …]
DVariableExLib.c255 return AtRuntime (); in VariableExLibAtRuntime()
DVariableSmm.c129 AtRuntime ( in AtRuntime() function
669 if (AtRuntime()) { in SmmVariableHandler()
DVariable.h329 AtRuntime (
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DInternalBootScriptLib.h79 …BOOLEAN AtRuntime; // Record if current state is after SmmExitBootServices or SmmLe… member
DBootScriptSave.c401 if (!mS3BootScriptTablePtr->AtRuntime) { in S3BootScriptSmmAtRuntimeCallBack()
405 mS3BootScriptTablePtr->AtRuntime = TRUE; in S3BootScriptSmmAtRuntimeCallBack()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DAuthVariableLib.h189 AUTH_VAR_LIB_AT_RUNTIME AtRuntime; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
DRuntime.c255 if (!mRuntime.AtRuntime || mRuntime.VirtualMode) { in RuntimeDriverSetVirtualAddressMap()
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthVariableLib.c343 mAuthVarAddressPointer[9] = (VOID **) &(mAuthVarLibContextIn->AtRuntime), in AuthVariableLibInitialize()
DAuthService.c646 if (mAuthVarLibContextIn->AtRuntime ()) { in TransitionFromAuditMode()
786 if (mAuthVarLibContextIn->AtRuntime ()) { in TransitionFromDeployedMode()
984 if (mAuthVarLibContextIn->AtRuntime ()) { in TransitionFromUserMode()
1124 if (mAuthVarLibContextIn->AtRuntime ()) { in TransitionFromSetupMode()
1757 if (mAuthVarLibContextIn->AtRuntime()) { in ProcessSecureBootModeVar()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c795 gRuntime->AtRuntime = TRUE; in CoreExitBootServices()