Searched refs:TZRAM_BASE (Results 1 – 8 of 8) sorted by relevance
14 #define TZRAM_BASE (0x0) macro23 #define BL31_BASE (TZRAM_BASE + 0x1000)24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
73 #define TZRAM_BASE (0x100000) macro81 #define TZRAM2_BASE (TZRAM_BASE + TZRAM_SIZE)92 #define BL31_BASE (TZRAM_BASE + 0x1000)93 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
73 #define TZRAM_BASE (0x0) macro82 #define BL31_BASE (TZRAM_BASE + 0x10000)83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
171 #define TZRAM_BASE (0x110000) macro191 #define BL31_BASE (TZRAM_BASE + 0x1000)192 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)193 #define BSS1_STACK_LIMIT (TZRAM_BASE + TZRAM_SIZE)
24 MAP_REGION_FLAT(TZRAM_BASE, TZRAM_SIZE,
160 sgrf_ddr_rgn_config(0, TZRAM_BASE, TZRAM_SIZE); in secure_sgrf_ddr_rgn_init()
286 (TZRAM_BASE & ~(PAGE_SIZE_MASK)), in bl31_plat_arch_setup()