Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c393 MEMORY_PROFILE_DESCRIPTOR *
396 IN MEMORY_PROFILE_DESCRIPTOR *Descriptor in DumpMemoryProfileDescriptor()
409 return (MEMORY_PROFILE_DESCRIPTOR *) ((UINTN) Descriptor + Descriptor->Header.Length); in DumpMemoryProfileDescriptor()
425 MEMORY_PROFILE_DESCRIPTOR *Descriptor; in DumpMemoryProfileFreeMemory()
438 Descriptor = (MEMORY_PROFILE_DESCRIPTOR *) ((UINTN) FreeMemory + FreeMemory->Header.Length); in DumpMemoryProfileFreeMemory()
462 MEMORY_PROFILE_DESCRIPTOR *Descriptor; in DumpMemoryProfileMemoryRange()
474 Descriptor = (MEMORY_PROFILE_DESCRIPTOR *) ((UINTN) MemoryRange + MemoryRange->Header.Length); in DumpMemoryProfileMemoryRange()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1249 TotalSize += (sizeof (MEMORY_PROFILE_FREE_MEMORY) + Index * sizeof (MEMORY_PROFILE_DESCRIPTOR)); in SmramProfileGetDataSize()
1250 …(sizeof (MEMORY_PROFILE_MEMORY_RANGE) + mFullSmramRangeCount * sizeof (MEMORY_PROFILE_DESCRIPTOR)); in SmramProfileGetDataSize()
1285 MEMORY_PROFILE_DESCRIPTOR *MemoryProfileDescriptor; in SmramProfileCopyData()
1329 MemoryProfileDescriptor = (MEMORY_PROFILE_DESCRIPTOR *) (FreeMemory + 1); in SmramProfileCopyData()
1337 MemoryProfileDescriptor->Header.Length = sizeof (MEMORY_PROFILE_DESCRIPTOR); in SmramProfileCopyData()
1352 MemoryProfileDescriptor->Header.Length = sizeof (MEMORY_PROFILE_DESCRIPTOR); in SmramProfileCopyData()
1368 MemoryProfileDescriptor = (MEMORY_PROFILE_DESCRIPTOR *) (MemoryRange + 1); in SmramProfileCopyData()
1371 MemoryProfileDescriptor->Header.Length = sizeof (MEMORY_PROFILE_DESCRIPTOR); in SmramProfileCopyData()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h91 } MEMORY_PROFILE_DESCRIPTOR; typedef