HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_256MB (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/
ArmPlatform.h 57 #define ARM_VE_ON_CHIP_PERIPH_SZ SIZE_256MB
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxLib/
StyxMem.c 93 VirtualMemoryTable[Index].Length = SIZE_256MB;
100 VirtualMemoryTable[Index].Length = SIZE_256MB;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/
ArmPlatform.h 32 #define ARM_VE_SMB_MB_ON_CHIP_PERIPH_SZ SIZE_256MB
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Platform.c 196 ASSERT (PciExBarBase <= MAX_UINT32 - SIZE_256MB);
197 PciBase = (UINT32)(PciExBarBase + SIZE_256MB);
229 // AddIoMemoryBaseSizeHob (PciExBarBase, SIZE_256MB);
247 AddReservedMemoryBaseSizeHob (PciExBarBase, SIZE_256MB, FALSE);
248 BuildMemoryAllocationHob (PciExBarBase, SIZE_256MB,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c 488 if (PcdGet64 (PcdPciExpressSize) < SIZE_256MB) {
493 (SIZE_256MB - PcdGet64(PcdPciExpressSize)),
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 448 #define SIZE_256MB 0x10000000
    [all...]

Completed in 95 milliseconds