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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DRuntime.h123 BOOLEAN AtRuntime; ///< Boolean that is TRUE if ExitBootServices () has been called. member in struct:_EFI_RUNTIME_ARCH_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h76 BOOLEAN AtRuntime; // Record if current state is after SmmReadyToLock member in struct:__anon11108
H A DBootScriptSave.c26 | AtRuntime | | |
44 // Allocate local copy in SMM because we can not use mS3BootScriptTablePtr when we AtRuntime in InSmm.
327 if (!mS3BootScriptTablePtr->AtRuntime) {
334 mS3BootScriptTablePtr->AtRuntime = TRUE;
368 // Last chance to call-out, just make sure AtRuntime is set
383 // InSmm will only be checked if AtRuntime is TRUE.
632 if (mS3BootScriptTablePtr->AtRuntime) {
634 // We need check InSmm when AtRuntime, because after SmmReadyToLock, only SMM driver is allowed to write boot script.
695 if (!mS3BootScriptTablePtr->AtRuntime || !mS3BootScriptTablePtr->InSmm) {
1392 if (mS3BootScriptTablePtr->AtRuntime) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableDxe.c31 AtRuntime ( function
82 if (!AtRuntime ()) {
105 if (!AtRuntime ()) {
H A DVariable.h154 AtRuntime (
H A DVariable.c67 if (AtRuntime ()) {
751 if (IgnoreRtCheck || !AtRuntime () || ((PtrTrack->CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) != 0)) {
1191 if (AtRuntime ()) {
1221 if (AtRuntime ()) {
1418 if (AtRuntime ()) {
1420 // If AtRuntime and the variable is Volatile and Runtime Access,
1514 if (AtRuntime () &&
1577 if (AtRuntime ()) {
1939 if ((AtRuntime () && ((Variable.CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) == 0) {
2093 if (((Variable.CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0) && AtRuntime ()) {
[all...]
H A DVariableSmm.c46 AtRuntime ( function
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableDxe.c31 AtRuntime ( function
82 if (!AtRuntime ()) {
105 if (!AtRuntime ()) {
H A DVariable.c67 if (AtRuntime ()) {
753 if (IgnoreRtCheck || !AtRuntime () || ((PtrTrack->CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) != 0)) {
1195 if (AtRuntime ()) {
1225 if (AtRuntime ()) {
1450 if (AtRuntime ()) {
1452 // If AtRuntime and the variable is Volatile and Runtime Access,
1618 if (AtRuntime () &&
1701 if (AtRuntime ()) {
2063 if ((AtRuntime () && ((Variable.CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) == 0) {
2242 if (((Variable.CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0) && AtRuntime ()) {
[all...]
H A DVariable.h219 AtRuntime (
H A DVariableSmm.c46 AtRuntime ( function
H A DAuthService.c661 if (AtRuntime ()) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c255 if (!mRuntime.AtRuntime || mRuntime.VirtualMode) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c737 // Update the AtRuntime field in Runtiem AP.
739 gRuntime->AtRuntime = TRUE;

Completed in 82 milliseconds