/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/ |
Sec.c | 105 IN UINT32 MemoryLength
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
HobGeneration.c | 92 0x0, // UINT64 MemoryLength;
108 0x0, // UINT64 MemoryLength;
183 0x0, // UINT64 MemoryLength;
695 gHob->Stack.AllocDescriptor.MemoryLength = EFI_MEMORY_STACK_PAGE_NUM * EFI_PAGE_SIZE;
696 gHob->Stack.AllocDescriptor.MemoryBaseAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)StackTop - gHob->Stack.AllocDescriptor.MemoryLength;
752 gHob->DxeCore.MemoryAllocationHeader.MemoryLength = DxeCoreLength;
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGluePeiServicesLib.h | 243 @param MemoryLength The corresponding length of a region of installed memory.
246 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system.
254 IN UINT64 MemoryLength
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Hob.c | 157 Hob.MemoryAllocation->AllocDescriptor.MemoryLength
|
/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/Pci/Dxe/PciHostBridge/ |
PciHostBridge.h | 376 IN UINT64 MemoryLength
386 MemoryLength - Input memory length.
|
PciHostBridge.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
PeiHob.h | 72 UINT64 MemoryLength;
|
PeiApi.h | 215 IN UINT64 MemoryLength
386 IN UINT64 MemoryLength
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/ |
PeiHobLib.c | 169 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength = ModuleLength;
423 (Hob.MemoryAllocationStack->AllocDescriptor).MemoryLength = Length;
474 (Hob.MemoryAllocationBspStore->AllocDescriptor).MemoryLength = Length;
537 (Hob.MemoryAllocation->AllocDescriptor).MemoryLength = Length;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Initialize.c | 69 Cpb->MemoryLength = Snp->TxRxBufferSize;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
PeiServicesLib.h | 252 @param MemoryLength The corresponding length of a region of installed memory.
255 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system.
263 IN UINT64 MemoryLength
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiHob.h | 130 UINT64 MemoryLength;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.h | 220 IN UINT64 MemoryLength,
|
MrcWrapper.c | 722 PeiMemoryLength // MemoryLength
765 MemoryMap[Index].RangeLength // MemoryLength
800 MemoryMap[Index].RangeLength // MemoryLength
[all...] |
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/ |
PiHob.h | 97 UINT64 MemoryLength;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
DxeLoad.c | 750 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength,
757 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length;
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
MemoryAllocationLib.c | 275 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength;
281 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength;
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/ |
PeiServicesLib.c | 339 @param MemoryLength The corresponding length of a region of installed memory.
342 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system.
350 IN UINT64 MemoryLength
356 return (*PeiServices)->InstallPeiMemory (PeiServices, MemoryBegin, MemoryLength);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/ |
Dispatcher.c | 228 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == ResourceHob->PhysicalStart + ResourceHob->ResourceLength) {
382 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength) {
394 if (MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength < NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength) {
398 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength,
399 (NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength -(MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength))
403 NextResourceHob->ResourceLength = MemoryHob->AllocDescriptor.MemoryLength;
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/ |
Hob.c | 270 *Length = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
PrePiLib.h | 289 IN UINTN MemoryLength,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/ |
PeiServicesLib.c | 321 @param MemoryLength The corresponding length of a region of installed memory.
324 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system.
332 IN UINT64 MemoryLength
|
/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/UefiCpuPkg/Library/MtrrLib/ |
MtrrLib.c | 796 Calculates the maximum value which is a power of 2, but less the MemoryLength.
798 @param[in] MemoryLength The number to pass in.
800 @return The maximum value which is align to power of 2 and less the MemoryLength
805 IN UINT64 MemoryLength
810 if (RShiftU64 (MemoryLength, 32) != 0) {
813 (UINT32) RShiftU64 (MemoryLength, 32)
818 Result = (UINT64) GetPowerOfTwo32 ((UINT32) MemoryLength);
[all...] |