Lines Matching refs:entry
545 const partition_entry_t *entry; in bl2_plat_handle_pre_image_load() local
549 entry = get_partition_entry_by_type(&fip_guid); in bl2_plat_handle_pre_image_load()
550 if (entry == NULL) { in bl2_plat_handle_pre_image_load()
551 entry = get_partition_entry(FIP_IMAGE_NAME); in bl2_plat_handle_pre_image_load()
552 if (entry == NULL) { in bl2_plat_handle_pre_image_load()
560 image_block_spec.offset = entry->start; in bl2_plat_handle_pre_image_load()
561 image_block_spec.length = entry->length; in bl2_plat_handle_pre_image_load()
743 const partition_entry_t *entry __maybe_unused; in plat_fwu_set_images_source()
770 entry = get_partition_entry_by_guid(img_guid); in plat_fwu_set_images_source()
771 if (entry == NULL) { in plat_fwu_set_images_source()
776 image_spec->offset = entry->start; in plat_fwu_set_images_source()
777 image_spec->length = entry->length; in plat_fwu_set_images_source()
818 const partition_entry_t *entry __maybe_unused; in set_metadata_image_source()
831 entry = get_partition_entry(METADATA_PART_1); in set_metadata_image_source()
833 entry = get_partition_entry(METADATA_PART_2); in set_metadata_image_source()
836 if (entry == NULL) { in set_metadata_image_source()
841 spec->offset = entry->start; in set_metadata_image_source()
842 spec->length = entry->length; in set_metadata_image_source()