Searched defs:InSmm (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DTpl.c30 BOOLEAN InSmm; local
43 Status = gSmmBase2->InSmm (gSmmBase2, &InSmm);
44 if (!EFI_ERROR (Status) && !InSmm) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmServicesTableLib/
H A DSmmServicesTableLib.c57 if (!InSmm ()) {
86 InSmm ( function
90 BOOLEAN InSmm; local
95 mInternalSmmBase2->InSmm (mInternalSmmBase2, &InSmm);
96 return InSmm;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmBase2.h80 EFI_SMM_INSIDE_OUT2 InSmm; member in struct:_EFI_SMM_BASE2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c167 BOOLEAN InSmm; local
190 SmmBase->InSmm (SmmBase, &InSmm);
195 if (!InSmm) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCorePrivateData.h91 BOOLEAN InSmm; member in struct:__anon10977
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmBase.h9 - InSmm()
257 @param[out] InSmm Whether the caller is inside SMM for IA-32
262 @retval EFI_INVALID_PARAMETER InSmm was NULL.
269 OUT BOOLEAN *InSmm
302 EFI_SMM_INSIDE_OUT InSmm; member in struct:_EFI_SMM_BASE_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h77 BOOLEAN InSmm; // Record if this library is in SMM. member in struct:__anon11108
H A DBootScriptSave.c27 | InSmm | | |
44 // Allocate local copy in SMM because we can not use mS3BootScriptTablePtr when we AtRuntime in InSmm.
344 run time phase and set InSmm flag.
382 // Set InSmm, we allow boot script update when InSmm, but not allow boot script outside SMM.
383 // InSmm will only be checked if AtRuntime is TRUE.
385 mS3BootScriptTablePtr->InSmm = TRUE;
417 BOOLEAN InSmm; local
455 // Get InSmm, we need to register SmmReadyToLock if this library is linked to SMM driver.
461 Status = SmmBase2->InSmm (SmmBase
[all...]

Completed in 64 milliseconds