Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c471 EFI_GCD_MAP_ENTRY *AdjacentEntry; in CoreMergeGcdMapEntry() local
490 AdjacentEntry = CR (AdjacentLink, EFI_GCD_MAP_ENTRY, Link, EFI_GCD_MAP_SIGNATURE); in CoreMergeGcdMapEntry()
492 if (Entry->Capabilities != AdjacentEntry->Capabilities) { in CoreMergeGcdMapEntry()
495 if (Entry->Attributes != AdjacentEntry->Attributes) { in CoreMergeGcdMapEntry()
498 if (Entry->GcdMemoryType != AdjacentEntry->GcdMemoryType) { in CoreMergeGcdMapEntry()
501 if (Entry->GcdIoType != AdjacentEntry->GcdIoType) { in CoreMergeGcdMapEntry()
504 if (Entry->ImageHandle != AdjacentEntry->ImageHandle) { in CoreMergeGcdMapEntry()
507 if (Entry->DeviceHandle != AdjacentEntry->DeviceHandle) { in CoreMergeGcdMapEntry()
512 Entry->EndAddress = AdjacentEntry->EndAddress; in CoreMergeGcdMapEntry()
514 Entry->BaseAddress = AdjacentEntry->BaseAddress; in CoreMergeGcdMapEntry()
[all …]