HomeSort by relevance Sort by last modified time
    Searched refs:RangeLength (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c 633 DEBUG ((EFI_D_INFO, "Found 0x%x bytes at ", MemoryMap[Index].RangeLength));
642 if ((UINTN)MemoryMap[Index].RangeLength > 0) {
649 ZeroMem ((VOID *)1, (UINTN)MemoryMap[Index].RangeLength - 1);
653 (UINTN)MemoryMap[Index].RangeLength
660 (MemoryMap[Index].PhysicalAddress + MemoryMap[Index].RangeLength < MAX_ADDRESS) &&
662 (MemoryMap[Index].RangeLength >= PeiMemoryLength)) {
664 MemoryMap[Index].RangeLength -
677 (MemoryMap[Index].PhysicalAddress + MemoryMap[Index].RangeLength < MAX_ADDRESS)) {
679 if (MemoryMap[Index].RangeLength > LargeMemRangeBufLen) {
681 LargeMemRangeBufLen = (UINTN) MemoryMap[Index].RangeLength;
    [all...]
MrcWrapper.h 145 EFI_PHYSICAL_ADDRESS RangeLength;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
DdrMemoryController.h 148 EFI_PHYSICAL_ADDRESS RangeLength;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
TcgStorageOpalLib.h 314 The function updates the RangeStart, RangeLength, ReadLockedEnabled, WriteLockedEnabled, ReadLocked and WriteLocked columns
320 @param[in] RangeLength Value to set RangeLength column for Locking Range
334 UINT64 RangeLength,
597 @param[in] RangeLength Value to set RangeLength column for Locking Range
612 UINT64 RangeLength,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
TcgStorageOpalUtil.c 154 @param[in] RangeLength Value to set RangeLength column for Locking Range
169 UINT64 RangeLength,
205 RangeLength,
TcgStorageOpalCore.c     [all...]

Completed in 180 milliseconds