Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
DSmmCorePerformanceLib.c487 GAUGE_DATA_ENTRY_EX *GaugeDataEx; in SmmPerformanceHandlerEx() local
521 GaugeDataEx = SmmPerfCommData->GaugeDataEx; in SmmPerformanceHandlerEx()
524 … if (GaugeDataEx == NULL || NumberOfEntries == 0 || LogEntryKey > mGaugeData->NumberOfEntries || in SmmPerformanceHandlerEx()
534 if (!SmmIsBufferOutsideSmmValid ((UINTN) GaugeDataEx, DataSize)) { in SmmPerformanceHandlerEx()
544 (UINT8 *) &GaugeDataEx[Index], in SmmPerformanceHandlerEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DPerformance.h151 GAUGE_DATA_ENTRY_EX *GaugeDataEx; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c553 SmmPerfCommData->GaugeDataEx = mGaugeDataEx; in GetAllSmmGaugeDataEx()