Home
last modified time | relevance | path

Searched refs:SIZE_M (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_px30.c28 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()
H A Dplatform_rk3399.c22 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()
H A Dplatform_config.h17 #define SIZE_M(n) ((n) * 1024 * 1024) macro
50 #define GIC_SIZE SIZE_M(2)
53 #define GICR_BASE (GIC_BASE + SIZE_M(1))
H A Dplatform_rk3588.c72 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()