Searched refs:PHASE_TPL (Results 1 – 15 of 15) sorted by relevance
62 PHASE_TPL, /* Running in TPL */ enumerator114 return PHASE_TPL; in spl_phase()138 return IS_ENABLED(CONFIG_TPL) ? PHASE_TPL : PHASE_NONE; in spl_prev_phase()167 case PHASE_TPL: in spl_phase_name()
100 if (spl_phase() == PHASE_TPL) { in p2sb_of_to_plat()118 if (spl_phase() == PHASE_TPL) in p2sb_probe()
136 return spl_phase() == PHASE_TPL ? in spl_get_image_pos()143 return spl_phase() == PHASE_TPL ? in spl_get_image_size()150 return spl_phase() == PHASE_TPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()419 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_START_TPL : in spl_common_init()437 spl_phase() == PHASE_TPL ? "dm tpl" : "dm_spl"); in spl_common_init()735 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_END_TPL : in board_init_r()
119 if (spl_phase() == PHASE_TPL) { in apl_pmc_ofdata_to_uc_plat()190 if (spl_phase() == PHASE_TPL) { in apl_pmc_probe()
84 if (spl_phase() > PHASE_TPL) { in lpc_open_pmio_window()
120 spl_image->entry_point = spl_phase() == PHASE_TPL ? in spl_fast_spi_load_image()
246 if (spl_phase() == PHASE_TPL) in arch_cpu_init()
259 if (spl_phase() == PHASE_TPL) in apl_hostbridge_probe()
102 if (spl_phase() > PHASE_TPL) in get_ticks()
277 if (spl_phase() > PHASE_TPL) in pinctrl_configure_itss()319 if (spl_phase() > PHASE_TPL) in pinctrl_pad_reset_config_override()626 if (spl_phase() > PHASE_TPL) in intel_pinctrl_of_to_plat()
200 if (spl_phase() > PHASE_TPL && !CONFIG_IS_ENABLED(OF_PLATDATA)) in p2sb_post_bind()
64 if (spl_phase() > PHASE_TPL) in pmc_gpe_init()
346 if (spl_prev_phase() == PHASE_TPL && !IS_ENABLED(CONFIG_TPL_BLOBLIST)) in bloblist_init()
274 if (spl_phase() == PHASE_TPL) { in identify_cpu()
783 if (spl_phase() == PHASE_TPL) { in ich_init_controller()871 if (spl_phase() == PHASE_TPL) { in ich_spi_probe()
Completed in 18 milliseconds