Searched refs:bl33_entry (Results 1 – 1 of 1) sorted by relevance
33 static struct bl31_params *bl2_plat_get_bl31_params(uintptr_t bl33_entry) in bl2_plat_get_bl31_params() argument70 bl33_ep_info->pc = bl33_entry; in bl2_plat_get_bl31_params()88 static void bl31_entry(uintptr_t bl31_entry, uintptr_t bl33_entry, in bl31_entry() argument94 bl31_params = bl2_plat_get_bl31_params(bl33_entry); in bl31_entry()145 uintptr_t bl33_entry = CONFIG_SYS_TEXT_BASE; in spl_invoke_atf() local159 bl33_entry = spl_fit_images_get_entry(blob, node); in spl_invoke_atf()174 bl31_entry(spl_image->entry_point, bl33_entry, platform_param); in spl_invoke_atf()