HomeSort by relevance Sort by last modified time
    Searched refs:plat_error_handler (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_err.c 16 void plat_error_handler(int err) function
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_bl1_setup.c 38 plat_error_handler(-ENOTSUP);
44 plat_error_handler(ret);
uniphier_bl2_setup.c 48 plat_error_handler(-ENOTSUP);
54 plat_error_handler(ret);
80 plat_error_handler(-ENOTSUP);
uniphier_bl31_setup.c 61 plat_error_handler(-ENOTSUP);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_err.c 17 void plat_error_handler(int err) function
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
platform_helpers.S 18 .weak plat_error_handler
116 * void plat_error_handler(int err) __dead2;
120 func plat_error_handler
122 b plat_error_handler
123 endfunc plat_error_handler
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_image_load.c 194 plat_error_handler(e);
226 plat_error_handler(e);
233 plat_error_handler(e);
251 plat_error_handler(e);
bl2_image_load_v2.c 63 plat_error_handler(err);
73 plat_error_handler(err);
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 194 plat_error_handler(err);
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 100 void plat_error_handler(int err) __dead2;

Completed in 257 milliseconds