Home
last modified time | relevance | path

Searched refs:mTcgDxeData (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c95 TCG_DXE_DATA mTcgDxeData = { variable
347 if (ProtocolCapability->Size < mTcgDxeData.BsCap.Size) { in Tcg2GetCapability()
351 if ((mTcgDxeData.BsCap.ProtocolVersion.Major > 0x01) || in Tcg2GetCapability()
352 …((mTcgDxeData.BsCap.ProtocolVersion.Major == 0x01) && ((mTcgDxeData.BsCap.ProtocolVersion.Minor > … in Tcg2GetCapability()
354 CopyMem (ProtocolCapability, &mTcgDxeData.BsCap, sizeof(TREE_BOOT_SERVICE_CAPABILITY_1_0)); in Tcg2GetCapability()
364 ProtocolCapability->Size = mTcgDxeData.BsCap.Size; in Tcg2GetCapability()
368 CopyMem (ProtocolCapability, &mTcgDxeData.BsCap, mTcgDxeData.BsCap.Size); in Tcg2GetCapability()
678 if ((mTcg2EventInfo[Index].LogFormat & mTcgDxeData.BsCap.SupportedEventLogs) == 0) { in Tcg2GetEventLog()
682 if (!mTcgDxeData.BsCap.TPMPresentFlag) { in Tcg2GetEventLog()
696 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in Tcg2GetEventLog()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c147 TCG_DXE_DATA mTcgDxeData = { variable
369 if (ProtocolCapability->Size < mTcgDxeData.BsCap.Size) { in TreeGetCapability()
370 ProtocolCapability->Size = mTcgDxeData.BsCap.Size; in TreeGetCapability()
374 CopyMem (ProtocolCapability, &mTcgDxeData.BsCap, mTcgDxeData.BsCap.Size); in TreeGetCapability()
466 if (!mTcgDxeData.BsCap.TrEEPresentFlag) { in TreeGetEventLog()
480 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in TreeGetEventLog()
485 if (!mTcgDxeData.EventLogAreaStruct[Index].EventLogStarted) { in TreeGetEventLog()
488 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in TreeGetEventLog()
494 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated; in TreeGetEventLog()
600 if (mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated) { in TcgDxeLogEvent()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c609 TCG_DXE_DATA mTcgDxeData = { variable
618 sizeof (mTcgDxeData.BsCap),
697 &mTcgDxeData, in SetupEventLog()
727 &mTcgDxeData, in TcgMeasureAction()
774 &mTcgDxeData, in MeasureHandoffTables()
811 &mTcgDxeData, in MeasureSeparatorEvent()
930 &mTcgDxeData, in MeasureVariable()
1287 mTcgDxeData.TpmHandle, in GetTpmStatus()
1332 mTcgDxeData.TpmHandle = (TIS_TPM_HANDLE)(UINTN)TPM_BASE_ADDRESS; in DriverEntry()
1333 Status = TisPcRequestUseTpm (mTcgDxeData.TpmHandle); in DriverEntry()
[all …]