Searched refs:section_size (Results 1 – 2 of 2) sorted by relevance
54 unsigned int section_size; in download_scp_patch() local81 section_size = pheader[1]; in download_scp_patch()85 section_src_offset, section_size, pheader[2]); in download_scp_patch()87 if ((section_src_offset + section_size) > image_size) { in download_scp_patch()93 memcpy(dest, pdata + section_src_offset, section_size); in download_scp_patch()94 flush_dcache_range((uintptr_t)dest, section_size); in download_scp_patch()
245 uint32_t section_size = in cper_write_cpu_record() local254 section_size; in cper_write_cpu_record()276 esb->DataLength = (uint32_t)(sizeof(*de) + section_size); in cper_write_cpu_record()286 de->ErrorDataLength = section_size; in cper_write_cpu_record()289 memset(sec, 0, section_size); in cper_write_cpu_record()296 sec->CpuInfo.SectionLength = section_size; in cper_write_cpu_record()