Searched refs:SIZE_M (Results 1 – 4 of 4) sorted by relevance
28 uint32_t st_mb = st / SIZE_M(1); in platform_secure_ddr_region()29 uint32_t ed_mb = ed / SIZE_M(1); in platform_secure_ddr_region()38 assert(st % SIZE_M(1) == 0); in platform_secure_ddr_region()39 assert(ed % SIZE_M(1) == 0); in platform_secure_ddr_region()
22 uint32_t st_mb = st / SIZE_M(1); in platform_secure_ddr_region()23 uint32_t ed_mb = ed / SIZE_M(1); in platform_secure_ddr_region()32 assert(st % SIZE_M(1) == 0); in platform_secure_ddr_region()33 assert(ed % SIZE_M(1) == 0); in platform_secure_ddr_region()
17 #define SIZE_M(n) ((n) * 1024 * 1024) macro 50 #define GIC_SIZE SIZE_M(2)53 #define GICR_BASE (GIC_BASE + SIZE_M(1))
72 uint32_t st_mb = st / SIZE_M(1); in platform_secure_ddr_region()73 uint32_t ed_mb = ed / SIZE_M(1); in platform_secure_ddr_region()83 assert(st % SIZE_M(1) == 0); in platform_secure_ddr_region()84 assert(ed % SIZE_M(1) == 0); in platform_secure_ddr_region()