Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl1/
H A Dbl1_fwu.c277 assert(desc->copied_size != 0U); in bl1_fwu_image_copy()
284 assert(desc->copied_size < image_size); in bl1_fwu_image_copy()
321 desc->copied_size = 0; in bl1_fwu_image_copy()
328 remaining = image_size - desc->copied_size; in bl1_fwu_image_copy()
355 dest_addr = desc->image_info.image_base + desc->copied_size; in bl1_fwu_image_copy()
359 desc->copied_size += block_size; in bl1_fwu_image_copy()
720 if (desc->copied_size != 0U) { in bl1_fwu_image_reset()
726 desc->copied_size); in bl1_fwu_image_reset()
728 desc->copied_size); in bl1_fwu_image_reset()
732 desc->copied_size = 0; in bl1_fwu_image_reset()
/rk3399_ARM-atf/include/export/common/
H A Dbl_common_exp.h75 uint32_t copied_size; /* image size copied in blocks */ member
/rk3399_ARM-atf/docs/security_advisories/
H 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;