Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
DFirmwarePerformanceDxe.c59 BOOT_PERFORMANCE_TABLE *mAcpiBootPerformanceTable = NULL; variable
420mAcpiBootPerformanceTable = (BOOT_PERFORMANCE_TABLE *) (UINTN) PerformanceVariable.BootPerformance… in InstallFirmwarePerformanceDataTable()
424 if (mAcpiBootPerformanceTable == NULL) { in InstallFirmwarePerformanceDataTable()
428mAcpiBootPerformanceTable = (BOOT_PERFORMANCE_TABLE *) FpdtAllocateReservedMemoryBelow4G (BootPerf… in InstallFirmwarePerformanceDataTable()
430 …UG ((EFI_D_INFO, "FPDT: ACPI Boot Performance Table address = 0x%x\n", mAcpiBootPerformanceTable)); in InstallFirmwarePerformanceDataTable()
432 if (mAcpiBootPerformanceTable == NULL) { in InstallFirmwarePerformanceDataTable()
448 BootPerformanceData = (UINT8 *) mAcpiBootPerformanceTable; in InstallFirmwarePerformanceDataTable()
452 …CopyMem (mAcpiBootPerformanceTable, &mBootPerformanceTableTemplate, sizeof (mBootPerformanceTableT… in InstallFirmwarePerformanceDataTable()
453 BootPerformanceData = BootPerformanceData + mAcpiBootPerformanceTable->Header.Length; in InstallFirmwarePerformanceDataTable()
458 mAcpiBootPerformanceTable->Header.Length += mBootRecordSize; in InstallFirmwarePerformanceDataTable()
[all …]