/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
D | DxeInit.c | 246 gHob->Stack.AllocDescriptor.MemoryBaseAddress, gHob->Stack.AllocDescriptor.MemoryLength, in DxeInit() 251 …gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress, gHob->DxeCore.MemoryAllocationHeader.Memor… in DxeInit() 252 …gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress, gHob->MemoryAllocation.AllocDescriptor.M… in DxeInit()
|
D | HobGeneration.c | 696 …gHob->Stack.AllocDescriptor.MemoryBaseAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)StackTop - gHob->Stac… in PrepareHobStack() 698 return (VOID *)(UINTN)gHob->Stack.AllocDescriptor.MemoryBaseAddress; in PrepareHobStack() 751 gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress = DxeCoreImageBase; in PrepareHobDxeCore() 987 gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress = gHob->Phit.EfiFreeMemoryTop; in CompleteHobGeneration() 991 …on.AllocDescriptor.MemoryLength = gHob->Stack.AllocDescriptor.MemoryBaseAddress - gHob->Phit… in CompleteHobGeneration()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/ |
D | Hob.c | 72 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in PeiBuildHobModule() 388 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in PeiBuildHobStack() 446 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in PeiBuildHobBspStore() 511 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in PeiBuildHobMemoryAllocation()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/ |
D | HobLib.c | 267 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in GlueBuildModuleHob() 529 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildStackHob() 568 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildBspStoreHob() 607 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in GlueBuildMemoryAllocationHob()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
D | PeiMpLib.c | 122 if (MemoryHob->AllocDescriptor.MemoryBaseAddress == CpuMpData->WakeupBuffer) { in CpuMpEndOfPeiCallback() 171 MemoryStart = (UINTN) MemoryHob->AllocDescriptor.MemoryBaseAddress; in CheckOverlapWithAllocatedBuffer() 172 MemoryEnd = (UINTN) (MemoryHob->AllocDescriptor.MemoryBaseAddress + in CheckOverlapWithAllocatedBuffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
D | DxeMain.c | 244 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; in DxeMain() local 272 CoreInitializeMemoryServices (&HobStart, &MemoryBaseAddress, &MemoryLength); in DxeMain() 297 Status = CoreInitializeGcdServices (&HobStart, MemoryBaseAddress, MemoryLength); in DxeMain() 378 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, \ in DxeMain() 379 …Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.Me… in DxeMain()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/ |
D | Dispatcher.c | 228 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart && in PeiLoadFixAddressIsMemoryRangeAvailable() 229 …MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == Resource… in PeiLoadFixAddressIsMemoryRangeAvailable() 382 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart && in PeiLoadFixAddressHook() 383 …MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextReso… in PeiLoadFixAddressHook() 387 if (MemoryHob->AllocDescriptor.MemoryBaseAddress > NextResourceHob->PhysicalStart) { in PeiLoadFixAddressHook() 392 … (MemoryHob->AllocDescriptor.MemoryBaseAddress - NextResourceHob->PhysicalStart) in PeiLoadFixAddressHook() 395 …if (MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength < NextR… in PeiLoadFixAddressHook() 399 …MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength, … in PeiLoadFixAddressHook() 400 …tart + NextResourceHob->ResourceLength -(MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob-… in PeiLoadFixAddressHook() 403 NextResourceHob->PhysicalStart = MemoryHob->AllocDescriptor.MemoryBaseAddress; in PeiLoadFixAddressHook()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/ |
D | Hob.c | 454 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob() 689 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildStackHob() 723 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress, in UpdateStackHob() 730 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress; in UpdateStackHob() 769 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildMemoryAllocationHob()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/ |
D | HobLib.c | 290 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob() 711 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildStackHob() 754 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildBspStoreHob() 797 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildMemoryAllocationHob()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/ |
D | HobLib.c | 294 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob() 713 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildStackHob() 756 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildBspStoreHob() 799 Hob->AllocDescriptor.MemoryBaseAddress = BaseAddress; in BuildMemoryAllocationHob()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/ |
D | PeiHobLib.c | 168 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildHobModule() 422 (Hob.MemoryAllocationStack->AllocDescriptor).MemoryBaseAddress = BaseAddress; in BuildHobStack() 473 (Hob.MemoryAllocationBspStore->AllocDescriptor).MemoryBaseAddress = BaseAddress; in BuildHobBspStore() 536 (Hob.MemoryAllocation->AllocDescriptor).MemoryBaseAddress = BaseAddress; in BuildMemoryAllocationHob()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
D | PiHob.h | 125 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | PeiHob.h | 71 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
D | Hob.c | 156 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, in EblHobCmd()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 263 if (Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress == Memory) { in InternalAllocateAlignedPages() 285 HobBaseAddress = Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress; in InternalAllocateAlignedPages()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/ |
D | Gcd.c | 2049 OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress, in CoreInitializeMemoryServices() argument 2287 *MemoryBaseAddress = BaseAddress; in CoreInitializeMemoryServices() 2311 IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress, in CoreInitializeGcdServices() argument 2456 Status = CoreGetMemorySpaceDescriptor (MemoryBaseAddress, &Descriptor); in CoreInitializeGcdServices() 2465 &MemoryBaseAddress, in CoreInitializeGcdServices() 2478 BaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in CoreInitializeGcdServices() 2495 MemoryHob->AllocDescriptor.MemoryBaseAddress, in CoreInitializeGcdServices()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeLoad.c | 814 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress, in UpdateStackHob() 821 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress; in UpdateStackHob()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/ |
D | Hob.c | 269 *BaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in GetDxeCoreHobInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.h | 382 OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress, 405 IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
D | Image.c | 156 …CoreImageBaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in CoreInitializeImageServices()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | MemoryProfileRecord.c | 598 ImageBase = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in RegisterDxeCore()
|