Searched refs:plat_ea_handler (Results 1 – 8 of 8) sorted by relevance
/tf-a-ffa_el3_spmc/plat/marvell/armada/a3k/common/ |
A D | a3700_ea.c | 14 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() function
|
/tf-a-ffa_el3_spmc/plat/common/aarch64/ |
A D | plat_common.c | 31 #pragma weak plat_ea_handler = plat_default_ea_handler macro
|
/tf-a-ffa_el3_spmc/plat/renesas/common/ |
A D | rcar_common.c | 52 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() function
|
/tf-a-ffa_el3_spmc/include/plat/common/ |
A D | platform.h | 146 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
|
/tf-a-ffa_el3_spmc/bl31/aarch64/ |
A D | ea_delegate.S | 280 bl plat_ea_handler
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/ |
A D | plat_ras.c | 490 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() function
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | ras.rst | 205 ``plat_ea_handler``, the External Abort handler in EL3. When ``RAS_EXTENSION`` 211 Note that, if the platform chooses to override the ``plat_ea_handler`` function
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | porting-guide.rst | 2833 Function : plat_ea_handler 2887 The first and second parameters are the same as that of ``plat_ea_handler``. 2903 ``plat_ea_handler`` is outstanding. Due to its critical nature, the intention of 2909 The first and second parameters are the same as that of ``plat_ea_handler``.
|
Completed in 13 milliseconds