Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c390 IN EFI_PHYSICAL_ADDRESS EventLogLocation, in DumpEventLog() argument
401 EventHdr = (TCG_PCR_EVENT_HDR *)(UINTN)EventLogLocation; in DumpEventLog()
443 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation, in TreeGetEventLog() argument
467 if (EventLogLocation != NULL) { in TreeGetEventLog()
468 *EventLogLocation = 0; in TreeGetEventLog()
479 if (EventLogLocation != NULL) { in TreeGetEventLog()
480 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in TreeGetEventLog()
481 DEBUG ((EFI_D_INFO, "TreeGetEventLog (EventLogLocation - %x)\n", *EventLogLocation)); in TreeGetEventLog()
501 if ((EventLogLocation != NULL) && (EventLogLastEntry != NULL)) { in TreeGetEventLog()
502 DumpEventLog (EventLogFormat, *EventLogLocation, *EventLogLastEntry); in TreeGetEventLog()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h182 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
DTcgService.h73 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
DTcg2Protocol.h195 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c538 IN EFI_PHYSICAL_ADDRESS EventLogLocation, in DumpEventLog() argument
552 EventHdr = (TCG_PCR_EVENT_HDR *)(UINTN)EventLogLocation; in DumpEventLog()
575 EventHdr = (TCG_PCR_EVENT_HDR *)(UINTN)EventLogLocation; in DumpEventLog()
628 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation, in Tcg2GetEventLog() argument
656 if (EventLogLocation != NULL) { in Tcg2GetEventLog()
657 *EventLogLocation = 0; in Tcg2GetEventLog()
668 if (EventLogLocation != NULL) { in Tcg2GetEventLog()
669 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in Tcg2GetEventLog()
670 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog (EventLogLocation - %x)\n", *EventLogLocation)); in Tcg2GetEventLog()
690 if ((EventLogLocation != NULL) && (EventLogLastEntry != NULL)) { in Tcg2GetEventLog()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h86 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c239 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation, in TcgDxeStatusCheck() argument
255 if (EventLogLocation != NULL) { in TcgDxeStatusCheck()
257 *EventLogLocation = TcgData->TcgClientAcpiTable->Lasa; in TcgDxeStatusCheck()
259 *EventLogLocation = TcgData->TcgServerAcpiTable->Lasa; in TcgDxeStatusCheck()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c744 EFI_PHYSICAL_ADDRESS EventLogLocation; in DxeTpmMeasureBootHandler() local
770 &EventLogLocation, in DxeTpmMeasureBootHandler()