Searched refs:AllocDescriptor (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c602 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocStackGuid);
603 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress;
604 Hob->AllocDescriptor.MemoryLength = Length;
605 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
610 ZeroMem (Hob->AllocDescriptor.Reserved, sizeof (Hob->AllocDescriptor.Reserved));
645 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocBspStoreGuid);
646 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress;
647 Hob->AllocDescriptor.MemoryLength = Length;
648 Hob->AllocDescriptor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c598 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocStackGuid);
599 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress;
600 Hob->AllocDescriptor.MemoryLength = Length;
601 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
606 ZeroMem (Hob->AllocDescriptor.Reserved, sizeof (Hob->AllocDescriptor.Reserved));
641 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocBspStoreGuid);
642 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress;
643 Hob->AllocDescriptor.MemoryLength = Length;
644 Hob->AllocDescriptor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h159 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon11984
181 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon11985
199 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon11986
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h161 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon15586
183 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon15587
201 EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor; member in struct:__anon15588
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c230 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart &&
231 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == ResourceHob->PhysicalStart + ResourceHob->ResourceLength) {
384 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart &&
385 MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength) {
389 if (MemoryHob->AllocDescriptor.MemoryBaseAddress > NextResourceHob->PhysicalStart) {
394 (MemoryHob->AllocDescriptor.MemoryBaseAddress - NextResourceHob->PhysicalStart)
397 if (MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c662 if (CompareGuid (&gEfiHobMemoryAllocStackGuid, &(Hob.MemoryAllocationStack->AllocDescriptor.Name))) {
669 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress,
670 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength,
676 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress;
677 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c348 Hob.MemoryAllocation->AllocDescriptor.MemoryType, \
349 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, \
350 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.MemoryLength - 1));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c2367 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 70 milliseconds