Searched refs:mMemoryTypeString (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
| D | MemoryProfileInfo.c | 80 CHAR8 *mMemoryTypeString[] = { variable 319 return mMemoryTypeString[Index]; in ProfileMemoryTypeToStr() 462 …016lx (%a)\n", TypeIndex, DriverInfo->CurrentUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]); in DumpMemoryProfileDriverInfo() 463 …0x%016lx (%a)\n", TypeIndex, DriverInfo->PeakUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]); in DumpMemoryProfileDriverInfo() 510 …6lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]); in DumpMemoryProfileContext() 511 …%016lx (%a)\n", TypeIndex, Context->PeakTotalUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]); in DumpMemoryProfileContext()
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
| D | SmramProfileRecord.c | 2664 GLOBAL_REMOVE_IF_UNREFERENCED PROFILE_MEMORY_TYPE_STRING mMemoryTypeString[] = { variable 2683 for (Index = 0; Index < ARRAY_SIZE (mMemoryTypeString); Index++) { in ProfileMemoryTypeToStr() 2684 if (mMemoryTypeString[Index].MemoryType == MemoryType) { in ProfileMemoryTypeToStr() 2685 return mMemoryTypeString[Index].MemoryTypeStr; in ProfileMemoryTypeToStr()
|