Lines Matching refs:InSmm
25 | TableLength |--|-- (mS3BootScriptTablePtr = mS3BootScriptTableSmmPtr, After SmmReadyToLock InSmm)
28 | InSmm | | | |
55 | After SmmReadyToLock InSmm | | |
69 | After SmmReadyToLock InSmm | | |
73 | After SmmReadyToLock InSmm | |
96 | InSmm |
107 // Allocate SMM copy because we can not use mS3BootScriptTablePtr after SmmReadyToLock in InSmm.
272 the system is entering SmmLocked phase and set InSmm flag.
307 // Set InSmm, we allow boot script update when InSmm, but not allow boot script outside SMM.
308 // InSmm will only be checked if SmmLocked is TRUE.
310 mS3BootScriptTableSmmPtr->InSmm = TRUE;
443 BOOLEAN InSmm;
480 // Get InSmm, we need to register SmmReadyToLock if this library is linked to SMM driver.
486 Status = SmmBase2->InSmm (SmmBase2, &InSmm);
490 if (!InSmm) {
822 // We need check InSmm, because after SmmReadyToLock, only SMM driver is allowed to write boot script.
824 if (!mS3BootScriptTablePtr->InSmm) {
865 if (!mS3BootScriptTablePtr->SmmLocked || !mS3BootScriptTablePtr->InSmm) {