Lines Matching refs:mAcpiBootPerformanceTable

64 BOOT_PERFORMANCE_TABLE                      *mAcpiBootPerformanceTable = NULL;
380 mAcpiBootPerformanceTable = (BOOT_PERFORMANCE_TABLE *) PerformanceRuntimeData;
385 PerformanceRuntimeData = PerformanceRuntimeData + mAcpiBootPerformanceTable->Header.Length;
390 mAcpiBootPerformanceTable->Header.Length += mBootRecordSize;
398 mAcpiBootPerformanceTable->Header.Length = (UINT32) (mAcpiBootPerformanceTable->Header.Length + SmmCommData->BootRecordSize);
405 DEBUG ((EFI_D_INFO, "FPDT: ACPI Boot Performance Table address = 0x%x\n", mAcpiBootPerformanceTable));
409 PerformanceVariable.BootPerformanceTablePointer = (EFI_PHYSICAL_ADDRESS) (UINTN) mAcpiBootPerformanceTable;
413 mFirmwarePerformanceTableTemplate.BootPointerRecord.BootPerformanceTablePointer = (UINT64) (UINTN) mAcpiBootPerformanceTable;
439 mAcpiBootPerformanceTable = NULL;
450 mBootRecordBuffer = (UINT8 *) mAcpiBootPerformanceTable;
451 mBootRecordSize = mAcpiBootPerformanceTable->Header.Length;
472 if (mAcpiBootPerformanceTable == NULL) {
495 if (mAcpiBootPerformanceTable == NULL) {
505 mAcpiBootPerformanceTable->BasicBoot.OsLoaderLoadImageStart = 0;
506 mAcpiBootPerformanceTable->BasicBoot.OsLoaderStartImageStart = GetTimeInNanoSecond (GetPerformanceCounter ());
507 mAcpiBootPerformanceTable->BasicBoot.ExitBootServicesEntry = 0;
508 mAcpiBootPerformanceTable->BasicBoot.ExitBootServicesExit = 0;
513 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - ResetEnd = %ld\n", mAcpiBootPerformanceTable->BasicBoot.ResetEnd));
515 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - OsLoaderStartImageStart = %ld\n", mAcpiBootPerformanceTable->BasicBoot.OsLoaderStartImageStart));
535 if (mAcpiBootPerformanceTable == NULL) {
545 mAcpiBootPerformanceTable->BasicBoot.ExitBootServicesEntry = GetTimeInNanoSecond (GetPerformanceCounter ());
550 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - ResetEnd = %ld\n", mAcpiBootPerformanceTable->BasicBoot.ResetEnd));
551 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - OsLoaderLoadImageStart = %ld\n", mAcpiBootPerformanceTable->BasicBoot.OsLoaderLoadImageStart));
552 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - OsLoaderStartImageStart = %ld\n", mAcpiBootPerformanceTable->BasicBoot.OsLoaderStartImageStart));
553 DEBUG ((EFI_D_INFO, "FPDT: Boot Performance - ExitBootServicesEntry = %ld\n", mAcpiBootPerformanceTable->BasicBoot.ExitBootServicesEntry));
602 if (mAcpiBootPerformanceTable == NULL) {
609 mAcpiBootPerformanceTable->BasicBoot.OsLoaderLoadImageStart = GetTimeInNanoSecond (GetPerformanceCounter ());
614 if (mAcpiBootPerformanceTable == NULL) {
621 mAcpiBootPerformanceTable->BasicBoot.OsLoaderStartImageStart = GetTimeInNanoSecond (GetPerformanceCounter ());
626 if (mAcpiBootPerformanceTable == NULL) {
633 mAcpiBootPerformanceTable->BasicBoot.ExitBootServicesExit = GetTimeInNanoSecond (GetPerformanceCounter ());
643 if (mAcpiBootPerformanceTable == NULL) {
672 mAcpiBootPerformanceTable->Header.Length = mBootRecordSize;