Home
last modified time | relevance | path

Searched refs:ProfileBuffer (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c641 IN PHYSICAL_ADDRESS ProfileBuffer, in ScanMemoryProfileBySignature() argument
649 ProfileEnd = (UINTN) (ProfileBuffer + ProfileSize); in ScanMemoryProfileBySignature()
650 CommonHeader = (MEMORY_PROFILE_COMMON_HEADER *) (UINTN) ProfileBuffer; in ScanMemoryProfileBySignature()
679 IN PHYSICAL_ADDRESS ProfileBuffer, in DumpMemoryProfile() argument
688 …Context = (MEMORY_PROFILE_CONTEXT *) ScanMemoryProfileBySignature (ProfileBuffer, ProfileSize, MEM… in DumpMemoryProfile()
693 …FreeMemory = (MEMORY_PROFILE_FREE_MEMORY *) ScanMemoryProfileBySignature (ProfileBuffer, ProfileSi… in DumpMemoryProfile()
698 …MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) ScanMemoryProfileBySignature (ProfileBuffer, Profile… in DumpMemoryProfile()
851 IN PHYSICAL_ADDRESS ProfileBuffer, in CreateContextSummaryData() argument
859 …Context = (MEMORY_PROFILE_CONTEXT *) ScanMemoryProfileBySignature (ProfileBuffer, ProfileSize, MEM… in CreateContextSummaryData()
1129 VOID *ProfileBuffer; in GetSmramProfileData() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c114 OUT VOID *ProfileBuffer
1674 OUT VOID *ProfileBuffer, in SmramProfileCopyData() argument
1715 Context = ProfileBuffer; in SmramProfileCopyData()
1718 ProfileBuffer = (UINT8 *) ProfileBuffer + sizeof (MEMORY_PROFILE_CONTEXT); in SmramProfileCopyData()
1737 DriverInfo = ProfileBuffer; in SmramProfileCopyData()
1744 ProfileBuffer = (UINT8 *) ProfileBuffer + DriverInfo->Header.Length; in SmramProfileCopyData()
1763 AllocInfo = ProfileBuffer; in SmramProfileCopyData()
1770 ProfileBuffer = (UINT8 *) ProfileBuffer + AllocInfo->Header.Length; in SmramProfileCopyData()
1782 FreeMemory = ProfileBuffer; in SmramProfileCopyData()
1807 ProfileBuffer = (UINT8 *) ProfileBuffer + sizeof (MEMORY_PROFILE_FREE_MEMORY); in SmramProfileCopyData()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h228 OUT VOID *ProfileBuffer
421 PHYSICAL_ADDRESS ProfileBuffer; member
431 PHYSICAL_ADDRESS ProfileBuffer; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c91 OUT VOID *ProfileBuffer
1504 IN VOID *ProfileBuffer in MemoryProfileCopyData() argument
1525 Context = ProfileBuffer; in MemoryProfileCopyData()
1587 OUT VOID *ProfileBuffer in ProfileProtocolGetData() argument
1611 MemoryProfileCopyData (ProfileBuffer); in ProfileProtocolGetData()