Searched refs:EventLogLastEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DTcgService.h65 @param EventLogLastEntry If the Event Log contains more than one entry,
80 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
171 @param EventLogLastEntry The physical address of the first byte of the entry
191 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c117 EFI_PHYSICAL_ADDRESS EventLogLastEntry; local
233 &EventLogLastEntry
292 EFI_PHYSICAL_ADDRESS EventLogLastEntry; local
619 &EventLogLastEntry
694 EFI_PHYSICAL_ADDRESS EventLogLastEntry; local
720 &EventLogLastEntry
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c167 @param[out] EventLogLastEntry If the Event Log contains more than one entry,
182 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry
205 if (EventLogLastEntry != NULL) {
207 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)0;
209 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)TcgData->LastEvent;
456 @param[out] EventLogLastEntry Physical address of the first byte of the entry
477 OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry

Completed in 47 milliseconds