Home
last modified time | relevance | path

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

/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/TcgDxe/
DTcgDxe.c387 IN OUT UINTN *LogSize, in TpmCommLogEvent() argument
403 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()
407 *EventLogPtr += *LogSize; in TpmCommLogEvent()
408 *LogSize += NewLogSize; in TpmCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c721 IN OUT UINTN *LogSize, in TcgCommLogEvent() argument
737 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
741 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
744 DEBUG ((EFI_D_INFO, " LogSize - 0x%x\n", *LogSize)); in TcgCommLogEvent()
749 *EventLogPtr += *LogSize; in TcgCommLogEvent()
750 *LogSize += NewLogSize; in TcgCommLogEvent()