Searched refs:DDR_SEC_BASE (Results 1 – 8 of 8) sorted by relevance
17 #define DDR_SEC_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SEC_SIZE)) macro18 #define DDR_NS_SIZE (DDR_SEC_BASE - DDR_NS_BASE)39 load-address = <0x0 DDR_SEC_BASE>;49 DDR_SEC_BASE DDR_SEC_SIZE TZC_REGION_S_RDWR 0>;
22 #define DDR_SEC_BASE (DDR_SHARE_BASE - DDR_SEC_SIZE) macro23 #define DDR_NS_SIZE (DDR_SEC_BASE - DDR_NS_BASE)72 DDR_SEC_BASE DDR_SEC_SIZE TZC_REGION_S_RDWR 0
34 #define DDR_SEC_BASE 0x3F000000 macro41 #define DDR_SDP_BASE (DDR_SEC_BASE - 0x400000 /* align */ - \
92 #define BL32_DRAM_BASE DDR_SEC_BASE93 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */ macro33 #define DDR_SDP_BASE (DDR_SEC_BASE - 0x400000 /* align */ - \
77 #define BL32_DRAM_BASE DDR_SEC_BASE78 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
106 sec_protect(DDR_SEC_BASE, DDR_SEC_SIZE, 1); in hikey_security_setup()
80 #define DDR_SEC_BASE 0x03000000 macro
Completed in 13 milliseconds