Home
last modified time | relevance | path

Searched refs:MemoryStart (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DPeiMpLib.c157 UINTN MemoryStart; in CheckOverlapWithAllocatedBuffer() local
171 MemoryStart = (UINTN) MemoryHob->AllocDescriptor.MemoryBaseAddress; in CheckOverlapWithAllocatedBuffer()
174 if (!((WakeupBufferStart >= MemoryEnd) || (WakeupBufferEnd <= MemoryStart))) { in CheckOverlapWithAllocatedBuffer()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DPciEmulation.c510 IN PHYSICAL_ADDRESS MemoryStart, in PciInstallDevice() argument
533 Private->RootBridge.MemoryStart = MemoryStart; // Get the USB capability register base in PciInstallDevice()
555 Private->ConfigSpace->Device.Bar[0] = MemoryStart; in PciInstallDevice()
DPciRootBridgeIo.c23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
DPciEmulation.h72 UINT32 MemoryStart; member