Searched refs:slot_usage (Results 1 – 4 of 4) sorted by relevance
84 img_dst = state->slot_usage[BOOT_CURR_IMG(state)].img_dst; in boot_verify_ram_load_address()85 img_sz = state->slot_usage[BOOT_CURR_IMG(state)].img_sz; in boot_verify_ram_load_address()284 start_a = state->slot_usage[image_id_to_check].img_dst; in boot_check_ram_load_overlapping()287 end_a = start_a + state->slot_usage[image_id_to_check].img_sz; in boot_check_ram_load_overlapping()290 if (state->slot_usage[i].active_slot == NO_ACTIVE_SLOT in boot_check_ram_load_overlapping()295 start_b = state->slot_usage[i].img_dst; in boot_check_ram_load_overlapping()298 end_b = start_b + state->slot_usage[i].img_sz; in boot_check_ram_load_overlapping()326 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in boot_load_image_to_sram()338 state->slot_usage[BOOT_CURR_IMG(state)].img_dst = img_dst; in boot_load_image_to_sram()339 state->slot_usage[BOOT_CURR_IMG(state)].img_sz = img_sz; in boot_load_image_to_sram()[all …]
229 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in fill_rsp()414 dep_slot = state->slot_usage[dep->image_id].active_slot; in boot_verify_slot_dependency()515 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in boot_verify_dependencies()524 state->slot_usage[BOOT_CURR_IMG(state)].slot_available[active_slot] = false; in boot_verify_dependencies()525 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT; in boot_verify_dependencies()992 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot;2671 state->slot_usage[BOOT_CURR_IMG(state)].slot_available[slot] = true;2674 state->slot_usage[BOOT_CURR_IMG(state)].slot_available[slot] = false;2682 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;2705 if (state->slot_usage[BOOT_CURR_IMG(state)].slot_available[slot]) {[all …]
282 } slot_usage[BOOT_IMAGE_NUMBER]; member
863 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in app_max_size()