Home
last modified time | relevance | path

Searched refs:ActionStringSize (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1015 UINTN ActionStringSize; in CoreUpdateProfileAllocate() local
1030 ActionStringSize = 0; in CoreUpdateProfileAllocate()
1033 ActionStringSize = AsciiStrSize (ActionString); in CoreUpdateProfileAllocate()
1034 ActionStringOccupiedSize = GET_OCCUPIED_SIZE (ActionStringSize, sizeof (UINT64)); in CoreUpdateProfileAllocate()
1043 sizeof (*AllocInfoData) + ActionStringSize, in CoreUpdateProfileAllocate()
1072 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in CoreUpdateProfileAllocate()
1518 UINTN ActionStringSize; in MemoryProfileCopyData() local
1558 ActionStringSize = AsciiStrSize (AllocInfoData->ActionString); in MemoryProfileCopyData()
1559 …(UINTN) AllocInfo + AllocInfo->ActionStringOffset), AllocInfoData->ActionString, ActionStringSize); in MemoryProfileCopyData()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1134 UINTN ActionStringSize; in SmmCoreUpdateProfileAllocate() local
1149 ActionStringSize = 0; in SmmCoreUpdateProfileAllocate()
1152 ActionStringSize = AsciiStrSize (ActionString); in SmmCoreUpdateProfileAllocate()
1153 ActionStringOccupiedSize = GET_OCCUPIED_SIZE (ActionStringSize, sizeof (UINT64)); in SmmCoreUpdateProfileAllocate()
1162 sizeof (*AllocInfoData) + ActionStringSize, in SmmCoreUpdateProfileAllocate()
1191 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in SmmCoreUpdateProfileAllocate()
1702 UINTN ActionStringSize; in SmramProfileCopyData() local
1766 ActionStringSize = AsciiStrSize (AllocInfoData->ActionString); in SmramProfileCopyData()
1767 …(UINTN) AllocInfo + AllocInfo->ActionStringOffset), AllocInfoData->ActionString, ActionStringSize); in SmramProfileCopyData()