Searched refs:PHASE_VPL (Results 1 – 3 of 3) sorted by relevance
65 PHASE_VPL, /* Running in VPL */ enumerator121 return PHASE_VPL; in spl_phase()147 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : in spl_prev_phase()165 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : PHASE_SPL; in spl_next_phase()183 case PHASE_VPL: in spl_phase_name()206 case PHASE_VPL: in spl_phase_prefix()
164 if (spl_next_phase() == PHASE_VPL) in spl_get_image_pos()178 if (spl_next_phase() == PHASE_VPL) in spl_get_image_size()189 if (spl_next_phase() == PHASE_VPL) in spl_get_image_text_base()520 else if (IS_ENABLED(CONFIG_VPL_BUILD) && phase == PHASE_VPL) in get_bootstage_id()
161 if (spl_phase() != PHASE_VPL && spl_phase() != PHASE_SPL) in simple_load_from_image()
Completed in 18 milliseconds