/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/ |
D | Hob.c | 257 !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/ |
D | PeiHobLib.c | 128 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/ |
D | Hob.c | 163 …(" Module Name %g EntryPoint %lx\n", &Hob.MemoryAllocationModule->ModuleName, Hob.MemoryAllocat… in EblHobCmd()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/ |
D | HobLib.c | 274 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/ |
D | HobLib.c | 278 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/ |
D | Hob.c | 32 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/ |
D | HobLib.c | 254 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/ |
D | EdkIIGlueHobLib.h | 170 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
D | PiHob.h | 467 EFI_HOB_MEMORY_ALLOCATION_MODULE *MemoryAllocationModule; member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/ |
D | Hob.c | 441 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/ |
D | HobLib.h | 182 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | PeiHob.h | 239 EFI_HOB_MEMORY_ALLOCATION_MODULE *MemoryAllocationModule; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | MemoryProfileRecord.c | 580 …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/ |
D | HobLib.c | 242 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in GlueBuildModuleHob() argument
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/ |
D | HobLib.c | 231 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/ |
D | HobLib.c | 273 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
D | Image.c | 146 …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/ |
D | HobLib.c | 264 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule, in BuildModuleHob() argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
D | PrePiLib.h | 418 IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
|