Home
last modified time | relevance | path

Searched refs:SIZE_256MB (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxLib/
DStyxMem.c93 VirtualMemoryTable[Index].Length = SIZE_256MB; in ArmPlatformGetVirtualMemoryMap()
100 VirtualMemoryTable[Index].Length = SIZE_256MB; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DPlatform.c196 ASSERT (PciExBarBase <= MAX_UINT32 - SIZE_256MB); in MemMapInitialization()
197 PciBase = (UINT32)(PciExBarBase + SIZE_256MB); in MemMapInitialization()
247 AddReservedMemoryBaseSizeHob (PciExBarBase, SIZE_256MB, FALSE); in MemMapInitialization()
248 BuildMemoryAllocationHob (PciExBarBase, SIZE_256MB, in MemMapInitialization()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/
DArmPlatform.h57 #define ARM_VE_ON_CHIP_PERIPH_SZ SIZE_256MB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/
DArmPlatform.h32 #define ARM_VE_SMB_MB_ON_CHIP_PERIPH_SZ SIZE_256MB
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DQNCInit.c488 if (PcdGet64 (PcdPciExpressSize) < SIZE_256MB) { in QNCInitializeResource()
493 (SIZE_256MB - PcdGet64(PcdPciExpressSize)), in QNCInitializeResource()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h448 #define SIZE_256MB 0x10000000 macro