Searched refs:plat_error_handler (Results 1 – 13 of 13) sorted by relevance
51 plat_error_handler(-ENOTSUP); in bl2_el3_plat_arch_setup()57 plat_error_handler(ret); in bl2_el3_plat_arch_setup()83 plat_error_handler(-ENOTSUP); in bl2_el3_plat_arch_setup()124 plat_error_handler(ret); in bl2_plat_preload_setup()
65 plat_error_handler(-ENOTSUP); in bl31_platform_setup()
75 plat_error_handler(-EINVAL); in uniphier_console_setup()
63 plat_error_handler(err); in bl2_load_images()72 plat_error_handler(err); in bl2_load_images()82 plat_error_handler(err); in bl2_load_images()
21 #pragma weak plat_error_handler macro31 void __dead2 plat_error_handler(int err) in plat_error_handler() function
184 plat_error_handler(err); in bl1_load_bl2()190 plat_error_handler(err); in bl1_load_bl2()197 plat_error_handler(err); in bl1_load_bl2()
479 plat_error_handler(result); in bl1_fwu_image_auth()
264 ENTRY(plat_error_handler)266 ENDPROC(plat_error_handler)267 .weak plat_error_handler276 bl plat_error_handler /* Platform specific error handling */
12 void __dead2 plat_error_handler(int err) in plat_error_handler() function
16 void plat_error_handler(int err) in plat_error_handler() function
102 void plat_error_handler(int err) __dead2;
411 ``plat_error_handler()``.414 and ``plat_error_handler`` in the same way (for example, by waiting for a secure416 controller to reset the platform). However, ``plat_error_handler`` may take
978 Function : plat_error_handler()