/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiResourcePublicationLib/ |
H A D | 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);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | 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
|
H A D | PeiServicesLib.h | 228 @param MemoryLength The corresponding length of a region of installed memory. 231 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system. 239 IN UINT64 MemoryLength
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/ |
H A D | AcpiVariableThunkPlatform.c | 77 UINT64 MemoryLength; local 91 MemoryLength = 0x100000; 100 MemoryLength += Hob.ResourceDescriptor->ResourceLength; 109 mAcpiVariableSetCompatibility->SystemMemoryLength = MemoryLength;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Memory/ |
H A D | 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;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Hob/ |
H A D | Hob.c | 127 @param MemoryLength - Length of Memory. 136 IN UINT64 MemoryLength 155 Hob->EfiMemoryTop = MemoryBegin + MemoryLength; 157 Hob->EfiFreeMemoryTop = MemoryBegin + MemoryLength;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/ |
H A D | HobLib.c | 295 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; 604 Hob->AllocDescriptor.MemoryLength = Length; 647 Hob->AllocDescriptor.MemoryLength = Length; 690 Hob->AllocDescriptor.MemoryLength = Length;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/ |
H A D | HobLib.c | 291 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; 600 Hob->AllocDescriptor.MemoryLength = Length; 643 Hob->AllocDescriptor.MemoryLength = Length; 686 Hob->AllocDescriptor.MemoryLength = Length;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/ |
H A D | DxeMain.c | 242 UINT64 MemoryLength; local 253 CoreInitializeMemoryServices (&HobStart, &MemoryBaseAddress, &MemoryLength); 290 Status = CoreInitializeGcdServices (&HobStart, MemoryBaseAddress, MemoryLength); 350 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.MemoryLength - 1));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/ |
H A D | PeiServicesLib.c | 317 @param MemoryLength The corresponding length of a region of installed memory. 320 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system. 328 IN UINT64 MemoryLength 334 return (*PeiServices)->InstallPeiMemory (PeiServices, MemoryBegin, MemoryLength);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Initialize.c | 69 Cpb->MemoryLength = Snp->TxRxBufferSize;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiHob.h | 130 UINT64 MemoryLength; member in struct:__anon11983
|
H A D | PiPeiCis.h | 403 @param MemoryLength The corresponding length of a region of installed memory. 406 @retval EFI_INVALID_PARAMETER MemoryBegin and MemoryLength are illegal for this system. 415 IN UINT64 MemoryLength
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/ |
H A D | PiHob.h | 132 UINT64 MemoryLength; member in struct:__anon15585
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/ |
H A D | DxeLoad.c | 670 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength, 677 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/ |
H A D | Dispatcher.c | 231 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == ResourceHob->PhysicalStart + ResourceHob->ResourceLength) { 385 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength) { 397 if (MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength < NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength) { 401 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength, 402 (NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength -(MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength)) 406 NextResourceHob->ResourceLength = MemoryHob->AllocDescriptor.MemoryLength;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/ |
H A D | Gcd.c | 1944 @param MemoryLength Length of memory region found to init DXE core. 1953 OUT UINT64 *MemoryLength 2190 *MemoryLength = Length; 2205 @param MemoryLength Length of memory region found to init DXE core. 2214 IN UINT64 MemoryLength 2354 MemoryLength, 2374 MemoryHob->AllocDescriptor.MemoryLength, 2383 RShiftU64 (MemoryHob->AllocDescriptor.MemoryLength, EFI_PAGE_SHIFT),
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/ |
H A D | MtrrLib.c | 587 Calculate the maximum value which is a power of 2, but less the MemoryLength. 589 @param MemoryLength The number to pass in. 590 @return The maximum value which is align to power of 2 and less the MemoryLength 595 IN UINT64 MemoryLength 600 if (RShiftU64 (MemoryLength, 32) != 0) { 603 (UINT32) RShiftU64 (MemoryLength, 32) 608 Result = (UINT64) GetPowerOfTwo32 ((UINT32) MemoryLength);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/ |
H A D | PeiMain.h | 654 @param MemoryLength - Length of Memory. 663 IN UINT64 MemoryLength 766 @param MemoryLength Length of memory. 776 IN UINT64 MemoryLength
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | Decode.c | 318 The fields CableDetect, LinkSpeed, Duplex, LoopBack, MemoryPtr, and MemoryLength are set with information 357 if (CpbPtr->MemoryLength < (UINT32) MEMORY_NEEDED) { 372 AdapterInfo->MemoryLength = CpbPtr->MemoryLength;
|
H A D | E100b.h | 602 UINT32 MemoryLength; member in struct:s_data_instance
|
H A D | E100b.c | 720 if (AdapterInfo->MemoryLength < MEMORY_NEEDED) { 727 AdapterInfo->MemoryLength,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/ |
H A D | DxeMain.h | 290 @param MemoryLength Length of memory region found to init DXE core. 299 OUT UINT64 *MemoryLength 313 @param MemoryLength Length of memory region found to init DXE core. 322 IN UINT64 MemoryLength
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiPxe.h | 1256 /// MemoryLength must be greater than or equal to MemoryRequired 1259 PXE_UINT32 MemoryLength; member in struct:s_pxe_cpb_initialize 1270 /// allocate. If MemoryAddr and MemoryLength are non-zero, this 1272 /// and MemoryLength are zero, this allocation comes out of memory
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/ |
H A D | UefiPxe.h | 1258 /// MemoryLength must be greater than or equal to MemoryRequired 1261 PXE_UINT32 MemoryLength; member in struct:s_pxe_cpb_initialize 1272 /// allocate. If MemoryAddr and MemoryLength are non-zero, this 1274 /// and MemoryLength are zero, this allocation comes out of memory
|