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.c266 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeStatusCheck()
413 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeLogEvent()
582 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeHashLogExtendEvent()
1280 OUT BOOLEAN *TPMDeactivatedFlag in GetTpmStatus() argument
1293 *TPMDeactivatedFlag = VFlags.deactivated; in GetTpmStatus()
1339 Status = GetTpmStatus (&mTcgDxeData.BsCap.TPMDeactivatedFlag); in DriverEntry()
1356 …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.c771 …if (EFI_ERROR (Status) || ProtocolCapability.TPMDeactivatedFlag || (!ProtocolCapability.TPMPresent… in DxeTpmMeasureBootHandler()