Searched defs:MemoryLength (Results 1 - 7 of 7) sorted by relevance

/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/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/Include/Pi/
H A DPiHob.h130 UINT64 MemoryLength; member in struct:__anon11983
/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/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/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h602 UINT32 MemoryLength; member in struct:s_data_instance
/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 51 milliseconds