Searched refs:DRAM1_NS_BASE (Results 1 – 4 of 4) sorted by relevance
154 #define BL33_BASE DRAM1_NS_BASE
34 #define DRAM1_NS_BASE (DRAM1_BASE + U(0x08000000)) macro35 #define DRAM1_NS_SIZE (DRAM1_SIZE - DRAM1_NS_BASE)
47 #define MAP_DRAM1_NS MAP_REGION_FLAT(DRAM1_NS_BASE, \
314 dram_start = legacy ? DRAM1_NS_BASE : DRAM_40BIT_BASE; in check_load_area()316 dram_end = legacy ? DRAM1_NS_BASE + DRAM1_NS_SIZE : in check_load_area()