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