Home
last modified time | relevance | path

Searched refs:LogSize (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTpmComm.c141 IN OUT UINTN *LogSize, in TpmCommLogEvent() argument
157 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()
161 *EventLogPtr += *LogSize; in TpmCommLogEvent()
162 *LogSize += NewLogSize; in TpmCommLogEvent()
DTpmComm.h34 IN OUT UINTN *LogSize,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c526 IN OUT UINTN *LogSize, in TcgCommLogEvent() argument
542 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
546 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
549 DEBUG ((EFI_D_INFO, " LogSize - 0x%x\n", *LogSize)); in TcgCommLogEvent()
554 *EventLogPtr += *LogSize; in TcgCommLogEvent()
555 *LogSize += NewLogSize; in TcgCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c748 IN OUT UINTN *LogSize, in TcgCommLogEvent() argument
764 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
768 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
771 DEBUG ((EFI_D_INFO, " LogSize - 0x%x\n", *LogSize)); in TcgCommLogEvent()
776 *EventLogPtr += *LogSize; in TcgCommLogEvent()
777 *LogSize += NewLogSize; in TcgCommLogEvent()