Home
last modified time | relevance | path

Searched refs:ResHob (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderHelper.c79 EFI_HOB_RESOURCE_DESCRIPTOR *ResHob in InsertSystemMemoryResources() argument
91 NewResource->PhysicalStart = ResHob->PhysicalStart; in InsertSystemMemoryResources()
92 NewResource->ResourceLength = ResHob->ResourceLength; in InsertSystemMemoryResources()
105 …ASSERT (!((ResHob->PhysicalStart >= Resource->PhysicalStart) && (ResHob->PhysicalStart < (Resource… in InsertSystemMemoryResources()
106 ASSERT (!((ResHob->PhysicalStart + ResHob->ResourceLength - 1 >= Resource->PhysicalStart) && in InsertSystemMemoryResources()
107 …((ResHob->PhysicalStart + ResHob->ResourceLength - 1) < (Resource->PhysicalStart + Resource->Resou… in InsertSystemMemoryResources()
110 if (ResHob->PhysicalStart == Resource->PhysicalStart + Resource->ResourceLength) { in InsertSystemMemoryResources()
111 Resource->ResourceLength = Resource->ResourceLength + ResHob->ResourceLength; in InsertSystemMemoryResources()
118 else if (ResHob->PhysicalStart + ResHob->ResourceLength == Resource->PhysicalStart) { in InsertSystemMemoryResources()
119 Resource->PhysicalStart = ResHob->PhysicalStart; in InsertSystemMemoryResources()
[all …]