Home
last modified time | relevance | path

Searched refs:plat_error_handler (Results 1 – 20 of 20) sorted by relevance

/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_bl2_setup.c36 plat_error_handler(-ENOTSUP); in bl2_el3_early_platform_setup()
54 plat_error_handler(ret); in bl2_el3_plat_arch_setup()
80 plat_error_handler(-ENOTSUP); in bl2_el3_plat_arch_setup()
121 plat_error_handler(ret); in bl2_plat_preload_setup()
H A Duniphier_xlat_setup.c77 plat_error_handler(ret); in uniphier_mmap_setup()
H A Duniphier_bl31_setup.c42 plat_error_handler(-ENOTSUP); in bl31_early_platform_setup2()
H A Duniphier_console_setup.c81 plat_error_handler(-EINVAL); in uniphier_console_setup()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_el3_setup.c85 plat_error_handler(ret); in arm_bl2_el3_plat_config_load()
96 plat_error_handler(ret); in arm_bl2_el3_plat_config_load()
101 plat_error_handler(ret); in arm_bl2_el3_plat_config_load()
H A Darm_bl1_setup.c206 plat_error_handler(err); in arm_bl1_platform_setup()
225 plat_error_handler(err); in arm_bl1_platform_setup()
237 plat_error_handler(err); in arm_bl1_platform_setup()
244 plat_error_handler(err); in arm_bl1_platform_setup()
248 plat_error_handler(err); in arm_bl1_platform_setup()
H A Darm_err.c12 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/rk3399_ARM-atf/bl2/
H A Dbl2_image_load_v2.c63 plat_error_handler(err); in bl2_load_images()
74 plat_error_handler(err); in bl2_load_images()
84 plat_error_handler(err); in bl2_load_images()
/rk3399_ARM-atf/bl1/
H A Dbl1_main.c182 plat_error_handler(err); in bl1_load_bl2()
188 plat_error_handler(err); in bl1_load_bl2()
195 plat_error_handler(err); in bl1_load_bl2()
H A Dbl1_fwu.c488 plat_error_handler(result); in bl1_fwu_image_auth()
/rk3399_ARM-atf/plat/brcm/board/common/
H A Derr.c21 void plat_error_handler(int err) in plat_error_handler() function
/rk3399_ARM-atf/plat/common/
H A Dplat_bl_common.c26 #pragma weak plat_error_handler macro
69 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/rk3399_ARM-atf/plat/nxp/common/setup/
H A Dls_err.c25 void plat_error_handler(int err) in plat_error_handler() function
/rk3399_ARM-atf/plat/socionext/uniphier/tsp/
H A Duniphier_tsp_setup.c23 plat_error_handler(-ENOTSUP); in tsp_early_platform_setup()
/rk3399_ARM-atf/plat/socionext/synquacer/
H A Dsq_bl2_setup.c42 plat_error_handler(ret); in bl2_el3_plat_arch_setup()
/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_bl2_setup.c47 plat_error_handler(ret); in bl2_el3_plat_arch_setup()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl31_setup.c182 plat_error_handler(-1); in tc_run_platform_tests()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h178 void plat_error_handler(int err) __dead2;
/rk3399_ARM-atf/docs/process/
H A Dcoding-guidelines.rst296 ``plat_error_handler()``.
299 ``plat_panic_handler`` and ``plat_error_handler`` in the same way (for example,
302 ``plat_error_handler`` may take additional action for some errors (for example,
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1358 Function : plat_error_handler()