Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DDxeInit.c246 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()
DHobGeneration.c696 …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/
DHob.c72 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/
DHobLib.c267 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/
DPeiMpLib.c122 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/
DDxeMain.c244 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/
DDispatcher.c228 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/
DHob.c454 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/
DHobLib.c290 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/
DHobLib.c294 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/
DPeiHobLib.c168 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/
DPiHob.h125 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h71 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c156 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, in EblHobCmd()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c263 if (Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress == Memory) { in InternalAllocateAlignedPages()
285 HobBaseAddress = Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress; in InternalAllocateAlignedPages()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2049 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/
DDxeLoad.c814 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress, in UpdateStackHob()
821 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress; in UpdateStackHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/
DHob.c269 *BaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in GetDxeCoreHobInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h382 OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress,
405 IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c156 …CoreImageBaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in CoreInitializeImageServices()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c598 ImageBase = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in RegisterDxeCore()