Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/include/export/common/
A Dbl_common_exp.h75 uint32_t copied_size; /* image size copied in blocks */ member
/arm-trusted-firmware-2.8.0/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;

Completed in 4 milliseconds