Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DMrcWrapper.c1128 EFI_PHYSICAL_ADDRESS RowLength; in GetMemoryMap() local
1161 RowLength = TotalMemorySize; in GetMemoryMap()
1182 RowLength -= (0x100000 - MemorySize); in GetMemoryMap()
1190 MemoryMap[*NumRanges].RangeLength = RowLength; in GetMemoryMap()
1193 MemorySize += RowLength; in GetMemoryMap()