Home
last modified time | relevance | path

Searched refs:syndrome (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-a/plat/marvell/armada/a3k/common/
A Da3700_ea.c35 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() argument
76 syndrome == A53_SERR_INT_AXI_SLVERR_ON_EXTERNAL_ACCESS) { in plat_ea_handler()
80 syndrome, read_mpidr_el1(), get_el_str(level)); in plat_ea_handler()
89 plat_default_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_ea_handler()
/trusted-firmware-a/plat/common/aarch64/
A Dplat_common.c84 void plat_default_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_default_ea_handler() argument
89 int handled = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_default_ea_handler()
98 ERROR("exception reason=%u syndrome=0x%" PRIx64 "\n", ea_reason, syndrome); in plat_default_ea_handler()
/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() argument
75 .syndrome = (uint32_t) syndrome, in ras_ea_handler()
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/
A Dplat_ras.c51 static void tegra194_ea_handler(unsigned int ea_reason, uint64_t syndrome, in tegra194_ea_handler() argument
59 read_mpidr(), ea_reason, syndrome); in tegra194_ea_handler()
62 ret = ras_ea_handler(ea_reason, syndrome, cookie, handle, flags); in tegra194_ea_handler()
491 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() argument
495 tegra194_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_ea_handler()
497 plat_default_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_ea_handler()
/trusted-firmware-a/plat/renesas/common/
A Drcar_common.c52 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, in plat_ea_handler() argument
63 plat_default_ea_handler(ea_reason, syndrome, cookie, handle, flags); in plat_ea_handler()
/trusted-firmware-a/include/lib/extensions/
A Dras.h108 uint32_t syndrome; member
197 int ras_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
/trusted-firmware-a/include/plat/common/
A Dplatform.h154 void plat_default_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
156 void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dras.rst.txt112 including the reason for the error, exception syndrome, and also ``flags``,
A Dsecure-partition-manager-mm.rst.txt593 syndrome information can be used to return control through an ERET
595 Partition context. This syndrome information comprises of general purpose and
598 The SPM must save this syndrome information and use it to delegate the next
/trusted-firmware-a/docs/components/
A Dras.rst112 including the reason for the error, exception syndrome, and also ``flags``,
A Dsecure-partition-manager-mm.rst593 syndrome information can be used to return control through an ERET
595 Partition context. This syndrome information comprises of general purpose and
598 The SPM must save this syndrome information and use it to delegate the next
/trusted-firmware-a/docs/plat/marvell/armada/
A Dbuild.rst172 caused by AXI SLVERR on external access (syndrome 0xbf000002).
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/marvell/armada/
A Dbuild.rst.txt172 caused by AXI SLVERR on external access (syndrome 0xbf000002).
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2934 The second parameter (``uint64_t syndrome``) is the respective syndrome
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2934 The second parameter (``uint64_t syndrome``) is the respective syndrome
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex9029 The second parameter (\sphinxcode{\sphinxupquote{uint64\_t syndrome}}) is the respective syndrome
17337 including the reason for the error, exception syndrome, and also \sphinxcode{\sphinxupquote{flags}},
21774 syndrome information can be used to return control through an ERET
21776 Partition context. This syndrome information comprises of general purpose and
21780 The SPM must save this syndrome information and use it to delegate the next
36636 caused by AXI SLVERR on external access (syndrome 0xbf000002).

Completed in 106 milliseconds