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.c565 IN EFI_PHYSICAL_ADDRESS EventLogLocation, in DumpEventLog() argument
579 EventHdr = (TCG_PCR_EVENT_HDR *)(UINTN)EventLogLocation; in DumpEventLog()
602 EventHdr = (TCG_PCR_EVENT_HDR *)(UINTN)EventLogLocation; in DumpEventLog()
655 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation, in Tcg2GetEventLog() argument
683 if (EventLogLocation != NULL) { in Tcg2GetEventLog()
684 *EventLogLocation = 0; in Tcg2GetEventLog()
695 if (EventLogLocation != NULL) { in Tcg2GetEventLog()
696 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa; in Tcg2GetEventLog()
697 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog (EventLogLocation - %x)\n", *EventLogLocation)); in Tcg2GetEventLog()
717 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.c241 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation, in TcgDxeStatusCheck() argument
257 if (EventLogLocation != NULL) { in TcgDxeStatusCheck()
259 *EventLogLocation = TcgData->TcgClientAcpiTable->Lasa; in TcgDxeStatusCheck()
261 *EventLogLocation = TcgData->TcgServerAcpiTable->Lasa; in TcgDxeStatusCheck()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c742 EFI_PHYSICAL_ADDRESS EventLogLocation; in DxeTpmMeasureBootHandler() local
768 &EventLogLocation, in DxeTpmMeasureBootHandler()