Home
last modified time | relevance | path

Searched refs:TPMDeactivatedFlag (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c264 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeStatusCheck()
492 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeLogEvent()
654 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeHashLogExtendEvent()
1352 OUT BOOLEAN *TPMDeactivatedFlag in GetTpmStatus() argument
1360 *TPMDeactivatedFlag = VolatileFlags.deactivated; in GetTpmStatus()
1405 Status = GetTpmStatus (&mTcgDxeData.BsCap.TPMDeactivatedFlag); in DriverEntry()
1422 …if (!EFI_ERROR (Status) && (!mTcgDxeData.BsCap.TPMDeactivatedFlag) && mTcgDxeData.BsCap.TPMPresent… in DriverEntry()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h40 BOOLEAN TPMDeactivatedFlag; /// 01h = TPM currently deactivated. member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h69 BOOLEAN TPMDeactivatedFlag; // 01h = TPM currently deactivated member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c773 …if (EFI_ERROR (Status) || ProtocolCapability.TPMDeactivatedFlag || (!ProtocolCapability.TPMPresent… in DxeTpmMeasureBootHandler()