Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c343 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
361 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
362 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
366 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
373 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
377MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
378 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c343 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
361 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
362 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
366 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
373 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
377MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
378 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c343 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
361 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
362 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
366 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
373 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
377MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
378 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c343 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
361 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
362 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
366 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
373 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
377MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
378 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c425 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
443 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
444 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
448 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
455 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
459MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
460 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c425 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
443 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
444 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
448 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
455 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
459MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
460 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c425 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
443 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
444 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
448 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
455 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
459MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
460 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c425 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
443 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
444 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
448 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
455 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
459MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
460 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c425 EFI_HOB_MEMORY_ALLOCATION *MemoryHob2; in MergeFreeMemoryInMemoryAllocationHob() local
443 MemoryHob2 = (EFI_HOB_MEMORY_ALLOCATION *) Hob2.Raw; in MergeFreeMemoryInMemoryAllocationHob()
444 …if (Start == (MemoryHob2->AllocDescriptor.MemoryBaseAddress + MemoryHob2->AllocDescriptor.MemoryLe… in MergeFreeMemoryInMemoryAllocationHob()
448 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()
455 } else if (End == MemoryHob2->AllocDescriptor.MemoryBaseAddress) { in MergeFreeMemoryInMemoryAllocationHob()
459MemoryHob2->AllocDescriptor.MemoryBaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in MergeFreeMemoryInMemoryAllocationHob()
460 MemoryHob2->AllocDescriptor.MemoryLength += MemoryHob->AllocDescriptor.MemoryLength; in MergeFreeMemoryInMemoryAllocationHob()