Searched refs:SIZE_256MB (Results 1 – 6 of 6) sorted by relevance
93 VirtualMemoryTable[Index].Length = SIZE_256MB; in ArmPlatformGetVirtualMemoryMap()100 VirtualMemoryTable[Index].Length = SIZE_256MB; in ArmPlatformGetVirtualMemoryMap()
196 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()
57 #define ARM_VE_ON_CHIP_PERIPH_SZ SIZE_256MB
32 #define ARM_VE_SMB_MB_ON_CHIP_PERIPH_SZ SIZE_256MB
488 if (PcdGet64 (PcdPciExpressSize) < SIZE_256MB) { in QNCInitializeResource()493 (SIZE_256MB - PcdGet64(PcdPciExpressSize)), in QNCInitializeResource()
448 #define SIZE_256MB 0x10000000 macro