Home
last modified time | relevance | path

Searched refs:DDR_SEC_SIZE (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dstm32mp13-fw-config.dtsi16 #define DDR_SEC_SIZE STM32MP_DDR_S_SIZE macro
17 #define DDR_SEC_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SEC_SIZE))
40 max-size = <DDR_SEC_SIZE>;
49 DDR_SEC_BASE DDR_SEC_SIZE TZC_REGION_S_RDWR 0>;
H A Dstm32mp15-fw-config.dtsi18 #define DDR_SEC_SIZE STM32MP_DDR_S_SIZE macro
19 #define DDR_SEC_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SEC_SIZE))
69 DDR_SEC_BASE DDR_SEC_SIZE TZC_REGION_S_RDWR 0
H A Dstm32mp13-fw-config-mem-encrypt.dtsi11 memory-ranges = <DDR_SEC_BASE DDR_SEC_SIZE MCE_ENCRYPT>;
/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhikey_def.h29 #define DDR_SEC_SIZE 0x01000000 macro
30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
H A Dhikey_layout.h93 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_def.h33 #define DDR_SEC_SIZE 0x03C00000 /* reserve 60MB secure memory */ macro
/rk3399_ARM-atf/plat/hisilicon/hikey960/include/
H A Dplatform_def.h78 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
/rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/
H A Dhikey_common.c20 DDR_SIZE - DDR_SEC_SIZE, \
/rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/
H A Dhikey960_common.c22 DDR_SIZE - DDR_SEC_SIZE, \
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_security.c106 sec_protect(DDR_SEC_BASE, DDR_SEC_SIZE, 1); in hikey_security_setup()
/rk3399_ARM-atf/plat/hisilicon/poplar/include/
H A Dplatform_def.h79 #define DDR_SEC_SIZE 0x01000000 macro