Lines Matching refs:image_info
85 struct image_info *image_info; in bl2_el3_plat_arch_setup() local
87 image_info = uniphier_get_image_info(SCP_BL2_IMAGE_ID); in bl2_el3_plat_arch_setup()
88 image_info->h.attr |= IMAGE_ATTRIB_SKIP_LOADING; in bl2_el3_plat_arch_setup()
131 struct image_info *image_info; in bl2_plat_handle_pre_image_load() local
134 image_info = uniphier_get_image_info(image_id); in bl2_plat_handle_pre_image_load()
136 ret = mmap_add_dynamic_region(image_info->image_base, in bl2_plat_handle_pre_image_load()
137 image_info->image_base, in bl2_plat_handle_pre_image_load()
138 image_info->image_max_size, in bl2_plat_handle_pre_image_load()
144 image_decompress_prepare(image_info); in bl2_plat_handle_pre_image_load()
151 struct image_info *image_info = uniphier_get_image_info(image_id); in bl2_plat_handle_post_image_load() local
155 if (!(image_info->h.attr & IMAGE_ATTRIB_SKIP_LOADING)) { in bl2_plat_handle_post_image_load()
163 uniphier_scp_start(image_info->image_base); in bl2_plat_handle_post_image_load()