Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h74 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
185 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
DTrEEProtocol.h183 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry,
DTcg2Protocol.h196 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h87 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
129 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasurementLib/
DDxeTpmMeasurementLib.c59 EFI_PHYSICAL_ADDRESS EventLogLastEntry; in Tpm12MeasureAndLogData() local
89 &EventLogLastEntry in Tpm12MeasureAndLogData()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c391 IN EFI_PHYSICAL_ADDRESS EventLogLastEntry in DumpEventLog() argument
402 while ((UINTN)EventHdr <= EventLogLastEntry) { in DumpEventLog()
444 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry, in TreeGetEventLog() argument
470 if (EventLogLastEntry != NULL) { in TreeGetEventLog()
471 *EventLogLastEntry = 0; in TreeGetEventLog()
484 if (EventLogLastEntry != NULL) { in TreeGetEventLog()
486 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)0; in TreeGetEventLog()
488 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in TreeGetEventLog()
490 DEBUG ((EFI_D_INFO, "TreeGetEventLog (EventLogLastEntry - %x)\n", *EventLogLastEntry)); in TreeGetEventLog()
501 if ((EventLogLocation != NULL) && (EventLogLastEntry != NULL)) { in TreeGetEventLog()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c145 EFI_PHYSICAL_ADDRESS EventLogLastEntry; in TcgMeasureGptTable() local
261 &EventLogLastEntry in TcgMeasureGptTable()
324 EFI_PHYSICAL_ADDRESS EventLogLastEntry; in TcgMeasurePeImage() local
666 &EventLogLastEntry in TcgMeasurePeImage()
743 EFI_PHYSICAL_ADDRESS EventLogLastEntry; in DxeTpmMeasureBootHandler() local
769 &EventLogLastEntry in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c242 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry in TcgDxeStatusCheck() argument
265 if (EventLogLastEntry != NULL) { in TcgDxeStatusCheck()
267 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)0; in TcgDxeStatusCheck()
269 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)TcgData->LastEvent; in TcgDxeStatusCheck()
570 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry in TcgDxeHashLogExtendEvent() argument
576 if (TCGLogData == NULL || EventLogLastEntry == NULL){ in TcgDxeHashLogExtendEvent()
603 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN) TcgData->LastEvent; in TcgDxeHashLogExtendEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c566 IN EFI_PHYSICAL_ADDRESS EventLogLastEntry, in DumpEventLog() argument
580 while ((UINTN)EventHdr <= EventLogLastEntry) { in DumpEventLog()
609 while ((UINTN)TcgPcrEvent2 <= EventLogLastEntry) { in DumpEventLog()
656 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry, in Tcg2GetEventLog() argument
686 if (EventLogLastEntry != NULL) { in Tcg2GetEventLog()
687 *EventLogLastEntry = 0; in Tcg2GetEventLog()
700 if (EventLogLastEntry != NULL) { in Tcg2GetEventLog()
702 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)0; in Tcg2GetEventLog()
704 … *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].LastEvent; in Tcg2GetEventLog()
706 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog (EventLogLastEntry - %x)\n", *EventLogLastEntry)); in Tcg2GetEventLog()
[all …]