HomeSort by relevance Sort by last modified time
    Searched defs:MemoryLength (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
TemplateSec.c 39 UINT64 MemoryLength;
46 MemoryLength = (UINT64)MemorySize;
51 MemoryLength = (UINT64)StackSize;
52 UpdateStackHob (MemoryBegin, MemoryLength);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiVariableThunkPlatform.c 81 UINT64 MemoryLength;
99 MemoryLength = 0x100000;
108 MemoryLength += Hob.ResourceDescriptor->ResourceLength;
117 mAcpiVariableSetCompatibility->SystemMemoryLength = MemoryLength;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MemoryCallback.c 103 UINT64 MemoryLength;
124 MemoryLength = ((UINT64) RmuMainBaseAddress) + 0x10000;
137 Status = MtrrSetMemoryAttributeInMtrrSettings (&MtrrSettings, 0, MemoryLength, CacheWriteBack);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
MemoryPeim.c 93 UINT64 MemoryLength;
184 MemoryLength = MaxMemoryLength - MemOverflow;
185 MemoryLength = GetPowerOfTwo64 (MemoryLength);
186 MtrrSetting.Variables.Mtrr[Index].Mask = ((~(MemoryLength - 1)) & MTRR_LIB_CACHE_VALID_ADDRESS) | MTRR_LIB_CACHE_MTRR_ENABLED;
188 MemOverflow += MemoryLength;
192 MemoryLength = LowMemoryLength;
194 while (MaxMemoryLength != MemoryLength) {
195 MemoryLengthUc = GetPowerOfTwo64 (MaxMemoryLength - MemoryLength);
206 MemoryLength = HighMemoryLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c 244 UINT64 MemoryLength;
270 CoreInitializeMemoryServices (&HobStart, &MemoryBaseAddress, &MemoryLength);
303 Status = CoreInitializeGcdServices (&HobStart, MemoryBaseAddress, MemoryLength);
370 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.MemoryLength - 1));
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.c 302 UINTN MemoryLength;
319 MemoryLength = 0x100000;
328 MemoryLength += (UINTN)Hob.ResourceDescriptor->ResourceLength;
335 ReservedS3Memory(MemoryLength);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiHob.h 72 UINT64 MemoryLength;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiHob.h 130 UINT64 MemoryLength;
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiHob.h 97 UINT64 MemoryLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.h 602 UINT32 MemoryLength;
  /external/syslinux/efi32/include/efi/
efi_pxe.h     [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h     [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h     [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h     [all...]

Completed in 8259 milliseconds