Searched refs:img_dst (Results 1 – 2 of 2) sorted by relevance
2786 uint32_t img_dst; local2807 img_dst = state->slot_usage[BOOT_CURR_IMG(state)].img_dst;2810 if (img_dst < exec_ram_start) {2814 if (!boot_u32_safe_add(&img_end_addr, img_dst, img_sz)) {2842 uint32_t src_sz, uint32_t img_dst) argument2863 uint8_t * ram_dst = (void *)(IMAGE_RAM_BASE + img_dst);2933 uint32_t img_dst, uint32_t img_sz) argument2951 rc = flash_area_read(fap_src, 0, (void *)(IMAGE_RAM_BASE + img_dst), img_sz);3007 start_a = state->slot_usage[image_id_to_check].img_dst;3018 start_b = state->slot_usage[i].img_dst;[all …]
258 uint32_t img_dst; member