Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1016 UINTN ActionStringOccupiedSize; in CoreUpdateProfileAllocate() local
1031 ActionStringOccupiedSize = 0; in CoreUpdateProfileAllocate()
1034 ActionStringOccupiedSize = GET_OCCUPIED_SIZE (ActionStringSize, sizeof (UINT64)); in CoreUpdateProfileAllocate()
1061 …nfo->Header.Length = (UINT16) (sizeof (MEMORY_PROFILE_ALLOC_INFO) + ActionStringOccupiedSize); in CoreUpdateProfileAllocate()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1135 UINTN ActionStringOccupiedSize; in SmmCoreUpdateProfileAllocate() local
1150 ActionStringOccupiedSize = 0; in SmmCoreUpdateProfileAllocate()
1153 ActionStringOccupiedSize = GET_OCCUPIED_SIZE (ActionStringSize, sizeof (UINT64)); in SmmCoreUpdateProfileAllocate()
1180 …nfo->Header.Length = (UINT16) (sizeof (MEMORY_PROFILE_ALLOC_INFO) + ActionStringOccupiedSize); in SmmCoreUpdateProfileAllocate()