HomeSort by relevance Sort by last modified time
    Searched refs:MemoryLength (Results 1 - 25 of 66) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/
PeiResourcePublicationLib.c 29 Declares that the system memory buffer specified by MemoryBegin and MemoryLength
31 The amount of memory available to software may be less than MemoryLength
35 @param MemoryLength The number of bytes of memory being declared.
45 IN UINT64 MemoryLength
50 ASSERT (MemoryLength > 0);
51 ASSERT (MemoryLength <= (MAX_ADDRESS - MemoryBegin + 1));
53 Status = PeiServicesInstallPeiMemory (MemoryBegin, MemoryLength);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiResourcePublicationLib/
PeiResourcePublicationLib.c 28 Declares that the system memory buffer specified by MemoryBegin and MemoryLength
30 The amount of memory available to software may be less than MemoryLength
32 If MemoryLength is 0, then ASSERT().
33 If MemoryLength is greater than (MAX_ADDRESS - MemoryBegin + 1), then ASSERT().
36 @param MemoryLength The number of bytes of memory being declared.
46 IN UINT64 MemoryLength
51 ASSERT (MemoryLength > 0);
52 ASSERT (MemoryLength <= (MAX_ADDRESS - MemoryBegin + 1));
54 Status = PeiServicesInstallPeiMemory (MemoryBegin, MemoryLength);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueResourcePublicationLib.h 30 Declares that the system memory buffer specified by MemoryBegin and MemoryLength
32 The amount of memory available to software may be less than MemoryLength
36 @param MemoryLength The number of bytes of memory being declared.
46 IN UINT64 MemoryLength
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ResourcePublicationLib.h 21 Declares that the system memory buffer specified by MemoryBegin and MemoryLength
23 The amount of memory available to software may be less than MemoryLength
25 If MemoryLength is 0, then ASSERT().
26 If MemoryLength is greater than (MAX_ADDRESS - MemoryBegin + 1), then ASSERT().
29 @param MemoryLength The number of bytes of memory being declared.
39 IN UINT64 MemoryLength
  /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/IntelFspPkg/Library/BaseCacheLib/
CacheLib.c 24 @param[in] MemoryLength the length of target memory
36 IN UINT64 MemoryLength,
166 @param[in] MemoryLength the length of target memory
175 IN UINT64 MemoryLength,
183 if (MemoryLength == 0) {
198 TempQword = ~(MemoryLength - 1);
205 Calculate the maximum value which is a power of 2, but less the MemoryLength.
208 @param[in] MemoryLength The number to pass in.
210 @return The maximum value which is align to power of 2 and less the MemoryLength
216 IN UINT64 MemoryLength
    [all...]
  /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/IntelFspPkg/Include/Library/
CacheLib.h 44 @param[in] MemoryLength Length of Memory to program MTRR.
57 IN UINT64 MemoryLength,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
MfgMemoryTest.h 46 IN UINT32 MemoryLength
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/
BaseMemoryTest.h 47 IN UINT64 MemoryLength,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
Cache.c 38 IN UINT32 MemoryLength
55 MemoryTable[0].Length = MemoryLength;
Sec.c 105 IN UINT32 MemoryLength
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
Cache.c 38 IN UINT32 MemoryLength
55 MemoryTable[0].Length = MemoryLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Hob/
Hob.c 133 @param MemoryLength - Length of Memory.
142 IN UINT64 MemoryLength
161 Hob->EfiMemoryTop = MemoryBegin + MemoryLength;
163 Hob->EfiFreeMemoryTop = MemoryBegin + 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/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/MdeModulePkg/Core/Pei/Memory/
MemoryServices.c 74 @param MemoryLength Length of memory.
84 IN UINT64 MemoryLength
89 DEBUG ((EFI_D_INFO, "PeiInstallPeiMemory MemoryBegin 0x%LX, MemoryLength 0x%LX\n", MemoryBegin, MemoryLength));
104 PrivateData->PhysicalMemoryLength = MemoryLength;
105 PrivateData->FreePhysicalMemoryTop = MemoryBegin + MemoryLength;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
Hob.c 184 IN UINTN MemoryLength,
192 Hob = HobConstructor (MemoryBegin,MemoryLength,HobBase,StackBase);
207 BuildResourceDescriptorHob (EFI_RESOURCE_SYSTEM_MEMORY, Attributes, (UINTN)MemoryBegin, MemoryLength);
209 BuildStackHob ((EFI_PHYSICAL_ADDRESS)(UINTN)StackBase, ((UINTN)MemoryBegin + MemoryLength) - (UINTN)StackBase);
455 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength;
690 Hob->AllocDescriptor.MemoryLength = Length;
724 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength,
731 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length;
770 Hob->AllocDescriptor.MemoryLength = Length;
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DxeInit.c 234 "MemoryAllocation = %lx, MemoryLength = %lx\n"
246 gHob->Stack.AllocDescriptor.MemoryBaseAddress, gHob->Stack.AllocDescriptor.MemoryLength,
251 gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress, gHob->DxeCore.MemoryAllocationHeader.MemoryLength,
252 gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress, gHob->MemoryAllocation.AllocDescriptor.MemoryLength
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
Hob.c 73 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength;
389 Hob->AllocDescriptor.MemoryLength = Length;
447 Hob->AllocDescriptor.MemoryLength = Length;
512 Hob->AllocDescriptor.MemoryLength = Length;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/
PeiServicesLib.c 304 @param MemoryLength The corresponding length of a region of installed memory.
307 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system.
315 IN UINT64 MemoryLength
321 return (*PeiServices)->InstallPeiMemory (PeiServices, MemoryBegin, MemoryLength);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/
HobLib.c 268 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength;
530 Hob->AllocDescriptor.MemoryLength = Length;
569 Hob->AllocDescriptor.MemoryLength = Length;
608 Hob->AllocDescriptor.MemoryLength = Length;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
HobLib.c 295 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength;
646 Hob->AllocDescriptor.MemoryLength = Length;
689 Hob->AllocDescriptor.MemoryLength = Length;
732 Hob->AllocDescriptor.MemoryLength = Length;
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/
HobLib.c 291 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength;
644 Hob->AllocDescriptor.MemoryLength = Length;
687 Hob->AllocDescriptor.MemoryLength = Length;
730 Hob->AllocDescriptor.MemoryLength = Length;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 143 IN UINT32 MemoryLength
364 @param MemoryLength Bytes of memory range to be checked.
378 IN UINT32 MemoryLength
396 while (memAddr < (BeginAddress+MemoryLength)) {
398 if (memAddr > (BeginAddress+MemoryLength -4)) {
411 while (memAddr < (BeginAddress+MemoryLength)) {
413 if (memAddr > (BeginAddress+MemoryLength -4)) {
    [all...]

Completed in 768 milliseconds

1 2 3