Home
last modified time | relevance | path

Searched refs:SIZE_64MB (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15-A7/
DArmPlatform.h32 #define ARM_VE_SEC_NOR0_SZ SIZE_64MB
36 #define ARM_VE_SEC_RAM0_SZ SIZE_64MB
42 #define ARM_VE_SMB_NOR0_SZ SIZE_64MB
45 #define ARM_VE_SMB_NOR1_SZ SIZE_64MB
54 #define ARM_VE_SMB_PERIPH_SZ (SIZE_64MB + SIZE_32MB + SIZE_16MB)
57 #define ARM_VE_SMB_PERIPH_SZ (SIZE_64MB + SIZE_16MB)
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/
DArmPlatform.h27 #define ARM_VE_REMAP_SZ SIZE_64MB
35 #define ARM_VE_SMB_NOR0_SZ SIZE_64MB
38 #define ARM_VE_SMB_NOR1_SZ SIZE_64MB
45 #define ARM_VE_SMB_PERIPH_SZ SIZE_64MB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/
DArmPlatform.h28 #define ARM_VE_REMAP_SZ SIZE_64MB
42 #define ARM_VE_SMB_NOR0_SZ SIZE_64MB
45 #define ARM_VE_SMB_NOR1_SZ SIZE_64MB
52 #define ARM_VE_SMB_PERIPH_SZ SIZE_64MB
/device/linaro/bootloader/edk2/ArmVirtPkg/Include/
DArmPlatform.h29 #define QEMU_NOR0_SIZE SIZE_64MB
31 #define QEMU_NOR1_SIZE SIZE_64MB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Include/
DArmPlatform.h29 #define ARM_VE_SMB_NOR0_SZ SIZE_64MB
33 #define ARM_VE_SMB_PERIPH_SZ (SIZE_64MB + SIZE_2MB)
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DMemDetect.c151 return SIZE_64MB; in GetPeiMemoryCap()
191 return (UINT32)(EFI_PAGES_TO_SIZE (TotalPages) + SIZE_64MB); in GetPeiMemoryCap()
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
DCbSupportPei.c160 UINT64 PeiMemSize = SIZE_64MB; // 64 MB in CbPeiEntryPoint()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h307 #define SIZE_64MB 0x04000000 macro