Searched refs:ras_ea_handler (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/plat/common/aarch64/ |
| H A D | plat_common.c | 99 int handled = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_default_ea_handler()
|
| /rk3399_ARM-atf/include/lib/extensions/ |
| H A D | ras.h | 197 int ras_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
|
| /rk3399_ARM-atf/lib/extensions/ras/ |
| H A D | ras_common.c | 64 int ras_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in ras_ea_handler() function
|
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/ |
| H A D | plat_ras.c | 62 ret = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in tegra194_ea_handler()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ras.rst | 335 is set to ``1``, it'll first call ``ras_ea_handler()`` function, which is the 336 top-level RAS exception handler. ``ras_ea_handler`` is responsible for iterating 342 ``ras_ea_handler()`` from within.
|