Searched refs:bl2_mem_layout (Results 1 – 3 of 3) sorted by relevance
99 meminfo_t *bl2_mem_layout) in bl1_calc_bl2_mem_layout() argument102 assert(bl2_mem_layout != NULL); in bl1_calc_bl2_mem_layout()109 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout()110 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout()112 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_calc_bl2_mem_layout()
46 meminfo_t *bl2_mem_layout) in PMF_REGISTER_SERVICE()49 assert(bl2_mem_layout != NULL); in PMF_REGISTER_SERVICE()56 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in PMF_REGISTER_SERVICE()57 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in PMF_REGISTER_SERVICE()59 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in PMF_REGISTER_SERVICE()
99 meminfo_t *bl2_mem_layout);