Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h112 } MEMORY_PROFILE_MEMORY_RANGE; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c459 IN MEMORY_PROFILE_MEMORY_RANGE *MemoryRange in DumpMemoryProfileMemoryRange()
535 MEMORY_PROFILE_MEMORY_RANGE *MemoryRange; in DumpMemoryProfile()
547 …MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) ScanMemoryProfileBySignature (ProfileBuffer, Profile… in DumpMemoryProfile()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1250 …TotalSize += (sizeof (MEMORY_PROFILE_MEMORY_RANGE) + mFullSmramRangeCount * sizeof (MEMORY_PROFILE… in SmramProfileGetDataSize()
1284 MEMORY_PROFILE_MEMORY_RANGE *MemoryRange; in SmramProfileCopyData()
1363 MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) MemoryProfileDescriptor; in SmramProfileCopyData()
1365 MemoryRange->Header.Length = sizeof (MEMORY_PROFILE_MEMORY_RANGE); in SmramProfileCopyData()