Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c67 UINT8 *LastEvent; member
269 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)TcgData->LastEvent; in TcgDxeStatusCheck()
359 TcgData->LastEvent = (UINT8*)(UINTN)TcgData->TcgClientAcpiTable->Lasa; in TcgDxeLogEventI()
361 &TcgData->LastEvent, in TcgDxeLogEventI()
368 TcgData->LastEvent = (UINT8*)(UINTN)TcgData->TcgServerAcpiTable->Lasa; in TcgDxeLogEventI()
370 &TcgData->LastEvent, in TcgDxeLogEventI()
603 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN) TcgData->LastEvent; in TcgDxeHashLogExtendEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c79 UINT8 *LastEvent; member
488 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in TreeGetEventLog()
604 …mTcgDxeData.EventLogAreaStruct[Index].LastEvent = (UINT8*)(UINTN)mTcgDxeData.EventLogAreaStruct[In… in TcgDxeLogEvent()
606 &mTcgDxeData.EventLogAreaStruct[Index].LastEvent, in TcgDxeLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c82 UINT8 *LastEvent; member
704 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in Tcg2GetEventLog()
833 EventLogAreaStruct->LastEvent = (UINT8*)(UINTN)EventLogAreaStruct->Lasa; in TcgDxeLogEvent()
835 &EventLogAreaStruct->LastEvent, in TcgDxeLogEvent()
1593 …mTcgDxeData.FinalEventLogAreaStruct[Index].LastEvent = (VOID *)(UINTN)mTcgDxeData.FinalEventLogAre… in SetupEventLog()