Searched refs:next_image_ep_info (Results 1 – 1 of 1) sorted by relevance
2223 entry_point_info_t *next_image_ep_info; in find_and_prepare_sp_context() local2229 next_image_ep_info = bl31_plat_get_next_image_ep_info(SECURE); in find_and_prepare_sp_context()2230 if (next_image_ep_info == NULL) { in find_and_prepare_sp_context()2237 tl = (struct transfer_list_header *)next_image_ep_info->args.arg3; in find_and_prepare_sp_context()2247 sp_manifest = (void *)next_image_ep_info->args.arg0; in find_and_prepare_sp_context()2284 next_image_ep_info->args.arg1 = fdt_totalsize(sp_manifest); in find_and_prepare_sp_context()2286 next_image_ep_info->args.arg1); in find_and_prepare_sp_context()2300 SET_PARAM_HEAD(next_image_ep_info, PARAM_EP, VERSION_1, in find_and_prepare_sp_context()2304 ret = sp_manifest_parse(sp_manifest, ret, sp, next_image_ep_info, in find_and_prepare_sp_context()2312 spmc_sp_common_setup(sp, next_image_ep_info, boot_info_reg); in find_and_prepare_sp_context()[all …]