Searched refs:CurrentTotalUsageByType (Results 1 – 4 of 4) sorted by relevance
39 UINT64 CurrentTotalUsageByType[EfiMaxMemoryType + 2]; member
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()1424 Context->CurrentTotalUsageByType[ProfileMemoryIndex] -= AllocInfo->Size; in SmmCoreUpdateProfileFree()2762 …ypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->CurrentTota… in DumpSmramProfile()2763 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpSmramProfile()2765 …rrentTotalUsage[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex… in DumpSmramProfile()
507 …ypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->CurrentTota… in DumpMemoryProfileContext()508 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpMemoryProfileContext()510 …TotalUsage[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex… in DumpMemoryProfileContext()
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()1304 Context->CurrentTotalUsageByType[ProfileMemoryIndex] -= AllocInfo->Size; in CoreUpdateProfileFree()