Home
last modified time | relevance | path

Searched refs:copied_size (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a/bl1/
A Dbl1_fwu.c274 assert(desc->copied_size != 0U); in bl1_fwu_image_copy()
281 assert(desc->copied_size < image_size); in bl1_fwu_image_copy()
318 desc->copied_size = 0; in bl1_fwu_image_copy()
325 remaining = image_size - desc->copied_size; in bl1_fwu_image_copy()
352 dest_addr = desc->image_info.image_base + desc->copied_size; in bl1_fwu_image_copy()
356 desc->copied_size += block_size; in bl1_fwu_image_copy()
717 if (desc->copied_size != 0U) { in bl1_fwu_image_reset()
723 desc->copied_size); in bl1_fwu_image_reset()
725 desc->copied_size); in bl1_fwu_image_reset()
729 desc->copied_size = 0; in bl1_fwu_image_reset()
/trusted-firmware-a/include/export/common/
A Dbl_common_exp.h75 uint32_t copied_size; /* image size copied in blocks */ member
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst70 if (image_desc->copied_size + block_size >
73 image_desc->copied_size;
87 base_addr += image_desc->copied_size;
88 image_desc->copied_size += block_size;
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-1.rst.txt70 if (image_desc->copied_size + block_size >
73 image_desc->copied_size;
87 base_addr += image_desc->copied_size;
88 image_desc->copied_size += block_size;

Completed in 5 milliseconds