Searched refs:ResourceLength (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c231 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == ResourceHob->PhysicalStart + ResourceHob->ResourceLength) {
309 ResourceHob->PhysicalStart + ResourceHob->ResourceLength > MAX_ADDRESS) {
334 ResourceHob->PhysicalStart + ResourceHob->ResourceLength >= NextResourceHob->PhysicalStart)||
336 ResourceHob->PhysicalStart <= NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength)) {
338 MemoryRangeEnd = ((ResourceHob->PhysicalStart + ResourceHob->ResourceLength)>(NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength)) ?
339 (ResourceHob->PhysicalStart + ResourceHob->ResourceLength):(NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength);
345 ResourceHob->ResourceLength = (MemoryRangeEnd - ResourceHob->PhysicalStart);
378 if (NextResourceHob->ResourceType == EFI_RESOURCE_SYSTEM_MEMORY && NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength > MAX_ADDRES
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiVariableThunkPlatform.c100 MemoryLength += Hob.ResourceDescriptor->ResourceLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h309 UINT64 ResourceLength; member in struct:__anon11988
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h308 UINT64 ResourceLength; member in struct:__anon15590
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h362 @param ResourceLength A pointer to the length of the resource range to be modified by the
366 range specified by ResourceBase and ResourceLength
368 returned in ResuourceBase and ResourceLength.
382 IN OUT UINT64 *ResourceLength
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c2057 if (PhitHob->EfiFreeMemoryTop > (ResourceHob->PhysicalStart + ResourceHob->ResourceLength)) {
2072 Length = PageAlignLength (ResourceHob->PhysicalStart + ResourceHob->ResourceLength - BaseAddress);
2127 if ((ResourceHob->PhysicalStart + ResourceHob->ResourceLength) > (EFI_PHYSICAL_ADDRESS)MAX_ADDRESS) {
2142 TestedMemoryLength = PageAlignLength (ResourceHob->PhysicalStart + ResourceHob->ResourceLength - TestedMemoryBaseAddress);
2332 ResourceHob->ResourceLength,
2341 ResourceHob->ResourceLength
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciRootBridgeIo.h375 @param ResourceLength A pointer to the length of the resource range to be modified by the
379 range specified by ResourceBase and ResourceLength
381 returned in ResuourceBase and ResourceLength.
395 IN OUT UINT64 *ResourceLength
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c341 Hob->ResourceLength = NumberOfBytes;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c337 Hob->ResourceLength = NumberOfBytes;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c514 bridge on the resource range specified by ResourceBase and ResourceLength. Since the
519 ResourceLength. The caller is responsible for verifying that the actual range for which the
526 ResourceBase and ResourceLength. If
529 ResourceLength are ignored, and may be NULL.
532 @param[in, out] ResourceLength A pointer to the length of the resource range to be modified by the
546 IN OUT UINT64 *ResourceLength
2057 bridge on the resource range specified by ResourceBase and ResourceLength. Since the
2062 ResourceLength. The caller is responsible for verifying that the actual range for which the
2069 ResourceBase and ResourceLength. If
2072 ResourceLength ar
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c1752 E820Table[Index].Length = ResourceHob->ResourceLength;

Completed in 126 milliseconds