Searched refs:next_image_info (Results 1 – 5 of 5) sorted by relevance
142 entry_point_info_t *next_image_info; in bl31_prepare_next_image_entry() local149 next_image_info = bl31_plat_get_next_image_ep_info(image_type); in bl31_prepare_next_image_entry()150 assert(next_image_info); in bl31_prepare_next_image_entry()151 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_next_image_entry()156 (unsigned long long) next_image_info->pc); in bl31_prepare_next_image_entry()157 INFO("BL3-1: Next image spsr = 0x%x\n", next_image_info->spsr); in bl31_prepare_next_image_entry()158 cm_init_context(read_mpidr_el1(), next_image_info); in bl31_prepare_next_image_entry()
108 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info()112 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_ep_info()117 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()118 return next_image_info; in bl31_plat_get_next_image_ep_info()140 image_info_t *next_image_info; in bl31_plat_get_next_image_image_info()144 next_image_info = (type == NON_SECURE) ? in bl31_plat_get_next_image_image_info()149 if (next_image_info->image_size) in bl31_plat_get_next_image_image_info()150 return next_image_info; in bl31_plat_get_next_image_image_info()
95 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local97 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()100 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()101 return next_image_info; in bl31_plat_get_next_image_ep_info()
96 entry_point_info_t *next_image_info; in bl31_plat_get_next_image_ep_info() local98 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info; in bl31_plat_get_next_image_ep_info()101 if (next_image_info->pc) in bl31_plat_get_next_image_ep_info()102 return next_image_info; in bl31_plat_get_next_image_ep_info()
308 entry_point_info_t *next_image_info; in tspd_smc_handler() local469 next_image_info = bl31_plat_get_next_image_ep_info(NON_SECURE); in tspd_smc_handler()470 assert(next_image_info); in tspd_smc_handler()472 GET_SECURITY_STATE(next_image_info->h.attr)); in tspd_smc_handler()474 cm_init_context(read_mpidr_el1(), next_image_info); in tspd_smc_handler()