Searched refs:SupportedEventLogs (Results 1 – 6 of 6) sorted by relevance
60 TREE_EVENT_LOG_BITMAP SupportedEventLogs; member
64 EFI_TCG2_EVENT_LOG_BITMAP SupportedEventLogs; member
291 UINT32 SupportedEventLogs; in LogHashEvent() local295 SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2; in LogHashEvent()299 if ((SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in LogHashEvent()
651 if ((mTcg2EventInfo[Index].LogFormat & mTcgDxeData.BsCap.SupportedEventLogs) == 0) { in Tcg2GetEventLog()979 DEBUG ((EFI_D_INFO, "SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in TcgDxeLogHashEvent()983 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in TcgDxeLogHashEvent()1395 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()1496 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()1552 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()2409 …mTcgDxeData.BsCap.SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORM… in DriverEntry()2414 mTcgDxeData.BsCap.SupportedEventLogs &= ~EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2; in DriverEntry()2417 DEBUG ((EFI_D_INFO, "Tcg2.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()
834 …ventLogFormat (TempBuffer, sizeof(TempBuffer), PrivateData->ProtocolCapability.SupportedEventLogs); in InstallTcg2ConfigForm()
1815 DEBUG ((EFI_D_INFO, "TrEE.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()