Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/socionext/uniphier/
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()
Duniphier_xlat_setup.c77 plat_error_handler(ret); in uniphier_mmap_setup()
Duniphier_bl31_setup.c42 plat_error_handler(-ENOTSUP); in bl31_early_platform_setup2()
Duniphier_console_setup.c81 plat_error_handler(-EINVAL); in uniphier_console_setup()
/trusted-firmware-a-latest/plat/arm/common/
Darm_bl1_setup.c170 plat_error_handler(err); in arm_bl1_platform_setup()
182 plat_error_handler(err); in arm_bl1_platform_setup()
188 plat_error_handler(err); in arm_bl1_platform_setup()
192 plat_error_handler(err); in arm_bl1_platform_setup()
Darm_err.c12 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/trusted-firmware-a-latest/bl2/
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()
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_bl1_main.c75 plat_error_handler(err); in bl1_load_bl33()
81 plat_error_handler(err); in bl1_load_bl33()
88 plat_error_handler(err); in bl1_load_bl33()
/trusted-firmware-a-latest/plat/common/
Dplat_bl_common.c23 #pragma weak plat_error_handler macro
52 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/trusted-firmware-a-latest/plat/brcm/board/common/
Derr.c21 void plat_error_handler(int err) in plat_error_handler() function
/trusted-firmware-a-latest/plat/socionext/uniphier/tsp/
Duniphier_tsp_setup.c22 plat_error_handler(-ENOTSUP); in tsp_early_platform_setup()
/trusted-firmware-a-latest/plat/nxp/common/setup/
Dls_err.c25 void plat_error_handler(int err) in plat_error_handler() function
/trusted-firmware-a-latest/bl1/
Dbl1_main.c200 plat_error_handler(err); in bl1_load_bl2()
206 plat_error_handler(err); in bl1_load_bl2()
213 plat_error_handler(err); in bl1_load_bl2()
Dbl1_fwu.c485 plat_error_handler(result); in bl1_fwu_image_auth()
/trusted-firmware-a-latest/plat/socionext/synquacer/
Dsq_bl2_setup.c42 plat_error_handler(ret); in bl2_el3_plat_arch_setup()
/trusted-firmware-a-latest/plat/arm/board/tc/
Dtc_bl31_setup.c73 plat_error_handler(-1); in tc_run_platform_tests()
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h152 void plat_error_handler(int err) __dead2;
/trusted-firmware-a-latest/docs/process/
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,
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1337 Function : plat_error_handler()