Home
last modified time | relevance | path

Searched refs:TPMPresentFlag (Results 1 – 7 of 7) 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()
497 if (!TcgData->BsCap.TPMPresentFlag) { in TcgDxeHashLogExtendEventI()
526 TcgData->BsCap.TPMPresentFlag = FALSE; in TcgDxeHashLogExtendEventI()
582 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeHashLogExtendEvent()
1356 …FI_ERROR (Status) && (!mTcgDxeData.BsCap.TPMDeactivatedFlag) && mTcgDxeData.BsCap.TPMPresentFlag) { in DriverEntry()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h39 BOOLEAN TPMPresentFlag; /// 00h = TPM not present. member
DTcg2Protocol.h68 BOOLEAN TPMPresentFlag; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h68 BOOLEAN TPMPresentFlag; // 00h = TPM not present member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c460 if (EFI_ERROR (Status) || (!ProtocolCapability.TPMPresentFlag)) { in DxeTpm2MeasureBootHandler()
464 …eTpm2MeasureBootHandler (%r) - TPMPresentFlag - %x\n", Status, ProtocolCapability.TPMPresentFlag)); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c682 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2GetEventLog()
1148 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in TcgDxeHashLogExtendEvent()
1166 mTcgDxeData.BsCap.TPMPresentFlag = FALSE; in TcgDxeHashLogExtendEvent()
1215 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2HashLogExtendEvent()
1244 mTcgDxeData.BsCap.TPMPresentFlag = FALSE; in Tcg2HashLogExtendEvent()
1297 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2SubmitCommand()
2492 if (mTcgDxeData.BsCap.TPMPresentFlag) { in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c771 …_ERROR (Status) || ProtocolCapability.TPMDeactivatedFlag || (!ProtocolCapability.TPMPresentFlag)) { in DxeTpmMeasureBootHandler()