Home
last modified time | relevance | path

Searched refs:ras_ea_handler (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a/plat/common/aarch64/
A Dplat_common.c89 int handled = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_default_ea_handler()
/trusted-firmware-a/include/lib/extensions/
A Dras.h197 int ras_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
/trusted-firmware-a/lib/extensions/ras/
A Dras_common.c64 int ras_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in ras_ea_handler() function
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dras.rst.txt206 is set to ``1``, it'll first call ``ras_ea_handler()`` function, which is the
207 top-level RAS exception handler. ``ras_ea_handler`` is responsible for iterating
213 ``ras_ea_handler()`` from within.
/trusted-firmware-a/docs/components/
A Dras.rst206 is set to ``1``, it'll first call ``ras_ea_handler()`` function, which is the
207 top-level RAS exception handler. ``ras_ea_handler`` is responsible for iterating
213 ``ras_ea_handler()`` from within.
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/
A Dplat_ras.c62 ret = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in tegra194_ea_handler()

Completed in 6 milliseconds