Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c91 TCG_EVENT_LOG_AREA_STRUCT FinalEventLogAreaStruct[TCG_EVENT_LOG_AREA_COUNT_MAX]; member
826 EventLogAreaStruct = &mTcgDxeData.FinalEventLogAreaStruct[Index]; in TcgDxeLogEvent()
1589 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogFormat = mTcg2EventInfo[Index].LogFormat; in SetupEventLog()
1590 mTcgDxeData.FinalEventLogAreaStruct[Index].Lasa = Lasa + sizeof(EFI_TCG2_FINAL_EVENTS_TABLE); in SetupEventLog()
1591 …mTcgDxeData.FinalEventLogAreaStruct[Index].Laml = EFI_TCG_FINAL_LOG_AREA_SIZE - sizeof(EFI_TCG2_FI… in SetupEventLog()
1592 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogSize = 0; in SetupEventLog()
1593 …mTcgDxeData.FinalEventLogAreaStruct[Index].LastEvent = (VOID *)(UINTN)mTcgDxeData.FinalEventLogAre… in SetupEventLog()
1594 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogStarted = FALSE; in SetupEventLog()
1595 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogTruncated = FALSE; in SetupEventLog()