Searched refs:EventLogLocation (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/ |
D | TrEEDxe.c | 390 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/ |
D | TrEEProtocol.h | 182 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
|
D | TcgService.h | 73 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
|
D | Tcg2Protocol.h | 195 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/ |
D | Tcg2Dxe.c | 538 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/ |
D | TcgService.h | 86 OUT EFI_PHYSICAL_ADDRESS *EventLogLocation,
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/ |
D | TcgDxe.c | 239 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/ |
D | DxeTpmMeasureBootLib.c | 744 EFI_PHYSICAL_ADDRESS EventLogLocation; in DxeTpmMeasureBootHandler() local 770 &EventLogLocation, in DxeTpmMeasureBootHandler()
|