Searched refs:DDR_SIZE (Results 1 – 12 of 12) sorted by relevance
15 #define DDR_SIZE 0x40000000 macro36 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
357 bl33_meminfo->total_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()359 bl33_meminfo->free_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()
257 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey_validate_ns_entrypoint()
130 bl33_meminfo->total_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()132 bl33_meminfo->free_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()
137 if ((entrypoint >= DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in poplar_validate_ns_entrypoint()
14 #define DDR_SIZE 0xC0000000 macro
390 bl33_meminfo->total_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()392 bl33_meminfo->free_size = DDR_SIZE; in bl2_plat_get_bl33_meminfo()
168 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey960_validate_ns_entrypoint()
21 DDR_SIZE, \
43 #define DDR_SIZE (0x40000000) macro
20 DDR_SIZE, \