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.c264 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeStatusCheck()
492 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeLogEvent()
570 if (!TcgData->BsCap.TPMPresentFlag) { in TcgDxeHashLogExtendEventI()
598 TcgData->BsCap.TPMPresentFlag = FALSE; in TcgDxeHashLogExtendEventI()
654 if (TcgData->BsCap.TPMDeactivatedFlag || (!TcgData->BsCap.TPMPresentFlag)) { in TcgDxeHashLogExtendEvent()
1422 …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.c459 if (EFI_ERROR (Status) || (!ProtocolCapability.TPMPresentFlag)) { in DxeTpm2MeasureBootHandler()
463 …eTpm2MeasureBootHandler (%r) - TPMPresentFlag - %x\n", Status, ProtocolCapability.TPMPresentFlag)); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c655 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2GetEventLog()
1071 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in TcgDxeHashLogExtendEvent()
1089 mTcgDxeData.BsCap.TPMPresentFlag = FALSE; in TcgDxeHashLogExtendEvent()
1138 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2HashLogExtendEvent()
1167 mTcgDxeData.BsCap.TPMPresentFlag = FALSE; in Tcg2HashLogExtendEvent()
1220 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2SubmitCommand()
2422 if (mTcgDxeData.BsCap.TPMPresentFlag) { in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c773 …_ERROR (Status) || ProtocolCapability.TPMDeactivatedFlag || (!ProtocolCapability.TPMPresentFlag)) { in DxeTpmMeasureBootHandler()