Searched defs:mGaugeDataEx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c43 GAUGE_DATA_ENTRY_EX *mGaugeDataEx = NULL; variable
306 if (mGaugeDataEx != NULL) {
307 return mGaugeDataEx;
338 mGaugeDataEx = AllocateZeroPool(DataSize);
339 ASSERT (mGaugeDataEx != NULL);
347 SmmPerfCommData->GaugeDataEx = mGaugeDataEx;
350 FreePool (mGaugeDataEx);
351 mGaugeDataEx = NULL;
355 return mGaugeDataEx;
422 mGaugeDataEx
[all...]

Completed in 32 milliseconds