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.c333 UINT8 *SmmBootRecordCommBuffer; in InstallFirmwarePerformanceDataTable() local
359 SmmBootRecordCommBuffer = NULL; in InstallFirmwarePerformanceDataTable()
392 SmmBootRecordCommBuffer = (VOID *) (UINTN) SmmCommMemRegion->PhysicalStart; in InstallFirmwarePerformanceDataTable()
393 SmmCommBufferHeader = (EFI_SMM_COMMUNICATE_HEADER*)SmmBootRecordCommBuffer; in InstallFirmwarePerformanceDataTable()
406 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize); in InstallFirmwarePerformanceDataTable()
421 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize); in InstallFirmwarePerformanceDataTable()