Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
DFirmwarePerformanceDxe.c60 S3_PERFORMANCE_TABLE *mAcpiS3PerformanceTable = NULL; variable
246 if (mLockBoxReady && (mAcpiS3PerformanceTable != NULL)) { in FpdtAllocateS3PerformanceTableMemory()
264 if (mAcpiS3PerformanceTable == NULL) { in FpdtAllocateS3PerformanceTableMemory()
287mAcpiS3PerformanceTable = (S3_PERFORMANCE_TABLE *) (UINTN) PerformanceVariable.S3PerformanceTableP… in FpdtAllocateS3PerformanceTableMemory()
290 if (mAcpiS3PerformanceTable == NULL) { in FpdtAllocateS3PerformanceTableMemory()
294mAcpiS3PerformanceTable = (S3_PERFORMANCE_TABLE *) FpdtAllocateReservedMemoryBelow4G (sizeof (S3_P… in FpdtAllocateS3PerformanceTableMemory()
296 … DEBUG ((EFI_D_INFO, "FPDT: ACPI S3 Performance Table address = 0x%x\n", mAcpiS3PerformanceTable)); in FpdtAllocateS3PerformanceTableMemory()
297 if (mAcpiS3PerformanceTable != NULL) { in FpdtAllocateS3PerformanceTableMemory()
298 …CopyMem (mAcpiS3PerformanceTable, &mS3PerformanceTableTemplate, sizeof (mS3PerformanceTableTemplat… in FpdtAllocateS3PerformanceTableMemory()
303 if (mLockBoxReady && (mAcpiS3PerformanceTable != NULL)) { in FpdtAllocateS3PerformanceTableMemory()
[all …]