Searched refs:bl31_params (Results 1 – 2 of 2) sorted by relevance
18 static struct bl31_params *bl2_to_bl31_params;33 static struct bl31_params *bl2_plat_get_bl31_params(uintptr_t bl33_entry) in bl2_plat_get_bl31_params()44 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()86 typedef void (*atf_entry_t)(struct bl31_params *params, void *plat_params);91 struct bl31_params *bl31_params; in bl31_entry() local94 bl31_params = bl2_plat_get_bl31_params(bl33_entry); in bl31_entry()99 atf_entry((void *)bl31_params, (void *)fdt_addr); in bl31_entry()
156 struct bl31_params { struct171 struct bl31_params bl31_params; member