Home
last modified time | relevance | path

Searched refs:INTR_ID_UNAVAILABLE (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-a/plat/common/
A Dplat_gicv3.c61 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
293 INTR_ID_UNAVAILABLE : id; in plat_ic_get_interrupt_id()
318 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
A Dplat_gicv2.c49 return INTR_ID_UNAVAILABLE; in plat_ic_get_pending_interrupt_id()
298 id = INTR_ID_UNAVAILABLE; in plat_ic_get_interrupt_id()
/trusted-firmware-a/bl31/
A Dehf.c406 assert(id == INTR_ID_UNAVAILABLE); in ehf_el3_interrupt_handler()
417 if (intr == INTR_ID_UNAVAILABLE) in ehf_el3_interrupt_handler()
/trusted-firmware-a/include/bl31/
A Dinterrupt_mgmt.h30 #define INTR_ID_UNAVAILABLE U(0xFFFFFFFF) macro
/trusted-firmware-a/bl31/aarch64/
A Druntime_exceptions.S265 mov x0, #INTR_ID_UNAVAILABLE
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dplatform-interrupt-controller-API.rst.txt302 should return ``INTR_ID_UNAVAILABLE``.
/trusted-firmware-a/docs/components/
A Dplatform-interrupt-controller-API.rst302 should return ``INTR_ID_UNAVAILABLE``.
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst320 way of determining the id. Currently it contains ``INTR_ID_UNAVAILABLE``.
670 The ``id`` parameter is set to ``INTR_ID_UNAVAILABLE`` currently. The id along
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt320 way of determining the id. Currently it contains ``INTR_ID_UNAVAILABLE``.
670 The ``id`` parameter is set to ``INTR_ID_UNAVAILABLE`` currently. The id along
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2734 platform IC. ``INTR_ID_UNAVAILABLE`` is returned when there is no interrupt
2746 #. id = 1023. ``INTR_ID_UNAVAILABLE`` is returned.
2760 ``INTR_ID_UNAVAILABLE`` is returned.
2765 ``INTR_ID_UNAVAILABLE`` is returned.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2734 platform IC. ``INTR_ID_UNAVAILABLE`` is returned when there is no interrupt
2746 #. id = 1023. ``INTR_ID_UNAVAILABLE`` is returned.
2760 ``INTR_ID_UNAVAILABLE`` is returned.
2765 ``INTR_ID_UNAVAILABLE`` is returned.

Completed in 22 milliseconds