Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/bl2/aarch64/
Dbl2_el3_exceptions.S27 bl plat_report_exception
33 bl plat_report_exception
39 bl plat_report_exception
45 bl plat_report_exception
55 bl plat_report_exception
61 bl plat_report_exception
67 bl plat_report_exception
73 bl plat_report_exception
83 bl plat_report_exception
89 bl plat_report_exception
[all …]
/external/arm-trusted-firmware/common/aarch64/
Dearly_exceptions.S25 bl plat_report_exception
31 bl plat_report_exception
37 bl plat_report_exception
43 bl plat_report_exception
53 bl plat_report_exception
59 bl plat_report_exception
65 bl plat_report_exception
71 bl plat_report_exception
81 bl plat_report_exception
87 bl plat_report_exception
[all …]
/external/arm-trusted-firmware/bl1/aarch64/
Dbl1_exceptions.S27 bl plat_report_exception
33 bl plat_report_exception
39 bl plat_report_exception
45 bl plat_report_exception
55 bl plat_report_exception
61 bl plat_report_exception
67 bl plat_report_exception
73 bl plat_report_exception
98 bl plat_report_exception
104 bl plat_report_exception
[all …]
/external/arm-trusted-firmware/plat/arm/board/common/aarch32/
Dboard_arm_helpers.S11 .globl plat_report_exception symbol
26 func plat_report_exception
32 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/arm/board/common/aarch64/
Dboard_arm_helpers.S11 .globl plat_report_exception symbol
22 func plat_report_exception
34 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/common/aarch32/
Dplatform_helpers.S10 .weak plat_report_exception
22 func plat_report_exception
24 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/allwinner/common/
Dplat_helpers.S17 .globl plat_report_exception symbol
47 func plat_report_exception
49 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/common/aarch64/
Dplatform_helpers.S12 .weak plat_report_exception
31 func plat_report_exception
33 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
Dhikey_helpers.S16 .globl plat_report_exception symbol
85 func plat_report_exception
139 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_helpers.S18 .globl plat_report_exception symbol
89 func plat_report_exception
143 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/renesas/common/aarch64/
Dplat_helpers.S25 .globl plat_report_exception symbol
223 func plat_report_exception
249 endfunc plat_report_exception
/external/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/
Dplat_helpers.S11 .globl plat_report_exception symbol
/external/arm-trusted-firmware/plat/mediatek/mt6795/aarch64/
Dplat_helpers.S11 .globl plat_report_exception symbol
/external/arm-trusted-firmware/plat/rockchip/common/aarch64/
Dplat_helpers.S21 .globl plat_report_exception symbol
/external/arm-trusted-firmware/plat/rockchip/common/aarch32/
Dplat_helpers.S20 .globl plat_report_exception symbol
/external/arm-trusted-firmware/common/aarch32/
Ddebug.S205 bl plat_report_exception
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h114 void plat_report_exception(unsigned int exception_type);
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst167 ``plat_report_exception()`` function (see the :ref:`Porting Guide`). The
205 The ``plat_report_exception()`` implementation on the Arm FVP port programs
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst940 Function : plat_report_exception()