Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c88 TCG_EVENT_LOG_AREA_STRUCT EventLogAreaStruct[TCG_EVENT_LOG_AREA_COUNT_MAX]; member
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()
604 …mTcgDxeData.EventLogAreaStruct[Index].LastEvent = (UINT8*)(UINTN)mTcgDxeData.EventLogAreaStruct[In… in TcgDxeLogEvent()
606 &mTcgDxeData.EventLogAreaStruct[Index].LastEvent, in TcgDxeLogEvent()
607 &mTcgDxeData.EventLogAreaStruct[Index].EventLogSize, in TcgDxeLogEvent()
608 (UINTN)mTcgDxeData.EventLogAreaStruct[Index].Laml, in TcgDxeLogEvent()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c89 TCG_EVENT_LOG_AREA_STRUCT EventLogAreaStruct[TCG_EVENT_LOG_AREA_COUNT_MAX]; member
696 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in Tcg2GetEventLog()
701 if (!mTcgDxeData.EventLogAreaStruct[Index].EventLogStarted) { in Tcg2GetEventLog()
704 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in Tcg2GetEventLog()
710 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated; in Tcg2GetEventLog()
811 TCG_EVENT_LOG_AREA_STRUCT *EventLogAreaStruct; in TcgDxeLogEvent() local
824 EventLogAreaStruct = &mTcgDxeData.EventLogAreaStruct[Index]; in TcgDxeLogEvent()
826 EventLogAreaStruct = &mTcgDxeData.FinalEventLogAreaStruct[Index]; in TcgDxeLogEvent()
829 if (EventLogAreaStruct->EventLogTruncated) { in TcgDxeLogEvent()
833 EventLogAreaStruct->LastEvent = (UINT8*)(UINTN)EventLogAreaStruct->Lasa; in TcgDxeLogEvent()
[all …]