Searched defs:MemoryBaseAddress (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c243 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; local
270 CoreInitializeMemoryServices (&HobStart, &MemoryBaseAddress, &MemoryLength);
303 Status = CoreInitializeGcdServices (&HobStart, MemoryBaseAddress, MemoryLength);
369 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, \
370 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.MemoryLength - 1));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DPeiHob.h71 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member in struct:__anon4443
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
H A DPiHob.h125 EFI_PHYSICAL_ADDRESS MemoryBaseAddress; member in struct:__anon7744
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c2039 @param MemoryBaseAddress Start address of memory region found to init DXE
2049 OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress,
2287 *MemoryBaseAddress = BaseAddress;
2301 @param MemoryBaseAddress Start address of memory region found to init DXE
2311 IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress,
2456 Status = CoreGetMemorySpaceDescriptor (MemoryBaseAddress, &Descriptor);
2465 &MemoryBaseAddress,
2478 BaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress;
2495 MemoryHob->AllocDescriptor.MemoryBaseAddress,
2047 CoreInitializeMemoryServices( IN VOID **HobStart, OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress, OUT UINT64 *MemoryLength ) argument
2309 CoreInitializeGcdServices( IN OUT VOID **HobStart, IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress, IN UINT64 MemoryLength ) argument

Completed in 93 milliseconds