Home
last modified time | relevance | path

Searched refs:MemoryAllocationModule (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/
DHob.c257 !EfiCompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, in GetDxeCoreHobInfo()
269 *BaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in GetDxeCoreHobInfo()
270 *Length = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength; in GetDxeCoreHobInfo()
271 *EntryPoint = (VOID *) (UINTN) DxeCoreHob.MemoryAllocationModule->EntryPoint; in GetDxeCoreHobInfo()
272 *FileName = &DxeCoreHob.MemoryAllocationModule->ModuleName; in GetDxeCoreHobInfo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
DPeiHobLib.c128 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildHobModule() argument
166 CopyMem(&(Hob.MemoryAllocationModule->ModuleName), ModuleName, sizeof(EFI_GUID)); in BuildHobModule()
167 …CopyMem(&(Hob.MemoryAllocationModule->MemoryAllocationHeader.Name), &gEfiHobMemeryAllocModuleGuid,… in BuildHobModule()
168 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildHobModule()
169 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength = ModuleLength; in BuildHobModule()
170 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryType = EfiConventionalMemory; in BuildHobModule()
172 Hob.MemoryAllocationModule->EntryPoint = EntryPoint; in BuildHobModule()
174 Hob.MemoryAllocationModule++; in BuildHobModule()
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c163 …(" Module Name %g EntryPoint %lx\n", &Hob.MemoryAllocationModule->ModuleName, Hob.MemoryAllocat… in EblHobCmd()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/
DHobLib.c274 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
281 ASSERT (((MemoryAllocationModule & (EFI_PAGE_SIZE - 1)) == 0) && in BuildModuleHob()
290 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
DHobLib.c278 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
285 ASSERT (((MemoryAllocationModule & (EFI_PAGE_SIZE - 1)) == 0) && in BuildModuleHob()
294 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
DHob.c32 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in PeiBuildHobModule() argument
72 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in PeiBuildHobModule()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/
DHobLib.c254 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in GlueBuildModuleHob() argument
267 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in GlueBuildModuleHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueHobLib.h170 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h467 EFI_HOB_MEMORY_ALLOCATION_MODULE *MemoryAllocationModule; member
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
DHob.c441 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
448 ASSERT (((MemoryAllocationModule & (EFI_PAGE_SIZE - 1)) == 0) && in BuildModuleHob()
454 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DHobLib.h182 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h239 EFI_HOB_MEMORY_ALLOCATION_MODULE *MemoryAllocationModule; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c580 …if (CompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, &gEfiHobMemoryAl… in RegisterDxeCore()
591 EfiInitializeFwVolDevicepathNode (FilePath, &DxeCoreHob.MemoryAllocationModule->ModuleName); in RegisterDxeCore()
598 ImageBase = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in RegisterDxeCore()
601 &DxeCoreHob.MemoryAllocationModule->ModuleName, in RegisterDxeCore()
603 DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength, in RegisterDxeCore()
604 DxeCoreHob.MemoryAllocationModule->EntryPoint, in RegisterDxeCore()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/
DHobLib.c242 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in GlueBuildModuleHob() argument
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/
DHobLib.c231 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/
DHobLib.c273 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c146 …if (CompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, &gEfiHobMemoryAl… in CoreInitializeImageServices()
156 …DxeCoreImageBaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddr… in CoreInitializeImageServices()
157 DxeCoreImageLength = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength; in CoreInitializeImageServices()
158 DxeCoreEntryPoint = (VOID *) (UINTN) DxeCoreHob.MemoryAllocationModule->EntryPoint; in CoreInitializeImageServices()
159 gDxeCoreFileName = &DxeCoreHob.MemoryAllocationModule->ModuleName; in CoreInitializeImageServices()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHobLib/
DHobLib.c264 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DPrePiLib.h418 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,