Searched refs:MemoryHob (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c213 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; local
229 MemoryHob = Hob.MemoryAllocation;
230 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart &&
231 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == ResourceHob->PhysicalStart + ResourceHob->ResourceLength) {
268 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; local
368 MemoryHob = Hob.MemoryAllocation;
384 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart &&
385 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c2230 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; local
2366 MemoryHob = Hob.MemoryAllocation;
2367 BaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress;
2374 MemoryHob->AllocDescriptor.MemoryLength,
2381 MemoryHob->AllocDescriptor.MemoryType,
2382 MemoryHob->AllocDescriptor.MemoryBaseAddress,
2383 RShiftU64 (MemoryHob->AllocDescriptor.MemoryLength, EFI_PAGE_SHIFT),

Completed in 37 milliseconds