Searched refs:bl2_mem_layout (Results 1 – 3 of 3) sorted by relevance
116 meminfo_t *bl2_mem_layout) in bl1_plat_calc_bl2_layout() argument119 assert(bl2_mem_layout != NULL); in bl1_plat_calc_bl2_layout()126 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()127 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()129 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_plat_calc_bl2_layout()
284 meminfo_t *bl2_mem_layout);
1810 Argument : const meminfo_t *bl1_mem_layout, meminfo_t *bl2_mem_layout