Searched refs:spl_next_phase (Results 1 – 4 of 4) sorted by relevance
27 next_prefix = spl_phase_prefix(spl_next_phase()); in sandbox_find_next_phase()99 next_phase = spl_next_phase(); in load_from_image()
164 if (spl_next_phase() == PHASE_VPL) in spl_get_image_pos()167 return spl_next_phase() == PHASE_SPL ? in spl_get_image_pos()178 if (spl_next_phase() == PHASE_VPL) in spl_get_image_size()181 return spl_next_phase() == PHASE_SPL ? in spl_get_image_size()189 if (spl_next_phase() == PHASE_VPL) in spl_get_image_text_base()192 return spl_next_phase() == PHASE_SPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()848 debug("Jumping to %s...\n", spl_phase_name(spl_next_phase())); in board_init_r()
105 debug("Jumping to %s at %lx\n", spl_phase_name(spl_next_phase()), in jump_to_image_no_args()
162 static inline enum u_boot_phase spl_next_phase(void) in spl_next_phase() function
Completed in 11 milliseconds