Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1013 UINTN ProfileMemoryIndex; in CoreUpdateProfileAllocate() local
1088 ProfileMemoryIndex = GetProfileMemoryIndex (MemoryType); in CoreUpdateProfileAllocate()
1094 DriverInfo->CurrentUsageByType[ProfileMemoryIndex] += Size; in CoreUpdateProfileAllocate()
1095 …if (DriverInfo->PeakUsageByType[ProfileMemoryIndex] < DriverInfo->CurrentUsageByType[ProfileMemory… in CoreUpdateProfileAllocate()
1096 …DriverInfo->PeakUsageByType[ProfileMemoryIndex] = DriverInfo->CurrentUsageByType[ProfileMemoryInde… in CoreUpdateProfileAllocate()
1103 Context->CurrentTotalUsageByType[ProfileMemoryIndex] += Size; in CoreUpdateProfileAllocate()
1104 …if (Context->PeakTotalUsageByType[ProfileMemoryIndex] < Context->CurrentTotalUsageByType[ProfileMe… in CoreUpdateProfileAllocate()
1105 …Context->PeakTotalUsageByType[ProfileMemoryIndex] = Context->CurrentTotalUsageByType[ProfileMemory… in CoreUpdateProfileAllocate()
1202 UINTN ProfileMemoryIndex; in CoreUpdateProfileFree() local
1301 ProfileMemoryIndex = GetProfileMemoryIndex (AllocInfo->MemoryType); in CoreUpdateProfileFree()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1132 EFI_MEMORY_TYPE ProfileMemoryIndex; in SmmCoreUpdateProfileAllocate() local
1207 ProfileMemoryIndex = GetProfileMemoryIndex (MemoryType); in SmmCoreUpdateProfileAllocate()
1213 DriverInfo->CurrentUsageByType[ProfileMemoryIndex] += Size; in SmmCoreUpdateProfileAllocate()
1214 …if (DriverInfo->PeakUsageByType[ProfileMemoryIndex] < DriverInfo->CurrentUsageByType[ProfileMemory… in SmmCoreUpdateProfileAllocate()
1215 …DriverInfo->PeakUsageByType[ProfileMemoryIndex] = DriverInfo->CurrentUsageByType[ProfileMemoryInde… in SmmCoreUpdateProfileAllocate()
1222 Context->CurrentTotalUsageByType[ProfileMemoryIndex] += Size; in SmmCoreUpdateProfileAllocate()
1223 …if (Context->PeakTotalUsageByType[ProfileMemoryIndex] < Context->CurrentTotalUsageByType[ProfileMe… in SmmCoreUpdateProfileAllocate()
1224 …Context->PeakTotalUsageByType[ProfileMemoryIndex] = Context->CurrentTotalUsageByType[ProfileMemory… in SmmCoreUpdateProfileAllocate()
1322 EFI_MEMORY_TYPE ProfileMemoryIndex; in SmmCoreUpdateProfileFree() local
1421 ProfileMemoryIndex = GetProfileMemoryIndex (AllocInfo->MemoryType); in SmmCoreUpdateProfileFree()
[all …]