Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
Dplatform_helpers.S18 .weak plat_error_handler
120 func plat_error_handler
122 b plat_error_handler
123 endfunc plat_error_handler
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_bl2_setup.c48 plat_error_handler(-ENOTSUP); in bl2_plat_arch_setup()
54 plat_error_handler(ret); in bl2_plat_arch_setup()
80 plat_error_handler(-ENOTSUP); in bl2_plat_arch_setup()
Duniphier_bl1_setup.c38 plat_error_handler(-ENOTSUP); in bl1_platform_setup()
44 plat_error_handler(ret); in bl1_platform_setup()
Duniphier_bl31_setup.c61 plat_error_handler(-ENOTSUP); in bl31_platform_setup()
/device/linaro/bootloader/arm-trusted-firmware/bl2/
Dbl2_image_load.c194 plat_error_handler(e); in bl2_load_images()
226 plat_error_handler(e); in bl2_load_images()
233 plat_error_handler(e); in bl2_load_images()
251 plat_error_handler(e); in bl2_load_images()
Dbl2_image_load_v2.c63 plat_error_handler(err); in bl2_load_images()
73 plat_error_handler(err); in bl2_load_images()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
Djuno_err.c16 void plat_error_handler(int err) in plat_error_handler() function
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_err.c17 void plat_error_handler(int err) in plat_error_handler() function
/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dplatform.h100 void plat_error_handler(int err) __dead2;
/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_main.c194 plat_error_handler(err); in bl1_load_bl2()