Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h150 UINT16 ActionStringOffset; member
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c397 if (AllocInfo->ActionStringOffset != 0) { in DumpMemoryProfileAllocInfo()
398 ActionString = (CHAR8 *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset); in DumpMemoryProfileAllocInfo()
780 if (AllocInfo->ActionStringOffset != 0) { in CreateAllocSummaryInfo()
781 … AllocSummaryInfo->ActionString = (CHAR8 *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset); in CreateAllocSummaryInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1070 AllocInfo->ActionStringOffset = (UINT16) sizeof (MEMORY_PROFILE_ALLOC_INFO); in CoreUpdateProfileAllocate()
1074 AllocInfo->ActionStringOffset = 0; in CoreUpdateProfileAllocate()
1557 if (AllocInfo->ActionStringOffset != 0) { in MemoryProfileCopyData()
1559 …CopyMem ((VOID *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset), AllocInfoData->ActionString… in MemoryProfileCopyData()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1189 AllocInfo->ActionStringOffset = (UINT16) sizeof (MEMORY_PROFILE_ALLOC_INFO); in SmmCoreUpdateProfileAllocate()
1193 AllocInfo->ActionStringOffset = 0; in SmmCoreUpdateProfileAllocate()
1765 if (AllocInfo->ActionStringOffset) { in SmramProfileCopyData()
1767 …CopyMem ((VOID *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset), AllocInfoData->ActionString… in SmramProfileCopyData()