Searched refs:MemoryLength (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiResourcePublicationLib/
H A DPeiResourcePublicationLib.c28 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 DResourcePublicationLib.h21 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 DPeiServicesLib.h228 @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 DAcpiVariableThunkPlatform.c77 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 DMemoryServices.c74 @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 DHob.c127 @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 DHobLib.c295 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 DHobLib.c291 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 DDxeMain.c242 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 DPeiServicesLib.c317 @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 DInitialize.c69 Cpb->MemoryLength = Snp->TxRxBufferSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h130 UINT64 MemoryLength; member in struct:__anon11983
H A DPiPeiCis.h403 @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 DPiHob.h132 UINT64 MemoryLength; member in struct:__anon15585
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c670 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength,
677 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c231 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 DGcd.c1944 @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 DMtrrLib.c587 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 DPeiMain.h654 @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 DDecode.c318 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 DE100b.h602 UINT32 MemoryLength; member in struct:s_data_instance
H A DE100b.c720 if (AdapterInfo->MemoryLength < MEMORY_NEEDED) {
727 AdapterInfo->MemoryLength,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h290 @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 DUefiPxe.h1256 /// 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 DUefiPxe.h1258 /// 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

Completed in 156 milliseconds

12