Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
DFirmwarePerformanceDxe.c332 UINT8 *SmmBootRecordCommBuffer; in InstallFirmwarePerformanceDataTable() local
352 SmmBootRecordCommBuffer = NULL; in InstallFirmwarePerformanceDataTable()
359 SmmBootRecordCommBuffer = AllocateZeroPool (SMM_BOOT_RECORD_COMM_SIZE); in InstallFirmwarePerformanceDataTable()
360 ASSERT (SmmBootRecordCommBuffer != NULL); in InstallFirmwarePerformanceDataTable()
361 SmmCommBufferHeader = (EFI_SMM_COMMUNICATE_HEADER*)SmmBootRecordCommBuffer; in InstallFirmwarePerformanceDataTable()
374 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize); in InstallFirmwarePerformanceDataTable()
385 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize); in InstallFirmwarePerformanceDataTable()
436 if (SmmBootRecordCommBuffer != NULL) { in InstallFirmwarePerformanceDataTable()
437 FreePool (SmmBootRecordCommBuffer); in InstallFirmwarePerformanceDataTable()
469 if (SmmBootRecordCommBuffer != NULL) { in InstallFirmwarePerformanceDataTable()
[all …]