Lines Matching refs:entry
495 const partition_entry_t *entry; in bl2_plat_handle_pre_image_load() local
501 entry = get_partition_entry_by_type(&img_type_uuid); in bl2_plat_handle_pre_image_load()
502 if (entry == NULL) { in bl2_plat_handle_pre_image_load()
503 entry = get_partition_entry(FIP_IMAGE_NAME); in bl2_plat_handle_pre_image_load()
504 if (entry == NULL) { in bl2_plat_handle_pre_image_load()
512 image_block_spec.offset = entry->start; in bl2_plat_handle_pre_image_load()
513 image_block_spec.length = entry->length; in bl2_plat_handle_pre_image_load()
662 const partition_entry_t *entry __maybe_unused; in plat_fwu_set_images_source()
686 entry = get_partition_entry_by_uuid(img_uuid); in plat_fwu_set_images_source()
687 if (entry == NULL) { in plat_fwu_set_images_source()
692 image_spec->offset = entry->start; in plat_fwu_set_images_source()
693 image_spec->length = entry->length; in plat_fwu_set_images_source()
721 const partition_entry_t *entry __maybe_unused; in plat_set_image_source()
734 entry = get_partition_entry(METADATA_PART_1); in plat_set_image_source()
736 entry = get_partition_entry(METADATA_PART_2); in plat_set_image_source()
739 if (entry == NULL) { in plat_set_image_source()
744 spec->offset = entry->start; in plat_set_image_source()
745 spec->length = entry->length; in plat_set_image_source()