Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/common/
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()
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()
/external/arm-trusted-firmware/bl31/
Dehf.c406 assert(id == INTR_ID_UNAVAILABLE); in ehf_el3_interrupt_handler()
417 if (intr == INTR_ID_UNAVAILABLE) in ehf_el3_interrupt_handler()
/external/arm-trusted-firmware/include/bl31/
Dinterrupt_mgmt.h30 #define INTR_ID_UNAVAILABLE U(0xFFFFFFFF) macro
/external/arm-trusted-firmware/bl31/aarch64/
Druntime_exceptions.S265 mov x0, #INTR_ID_UNAVAILABLE
/external/arm-trusted-firmware/docs/components/
Dplatform-interrupt-controller-API.rst302 should return ``INTR_ID_UNAVAILABLE``.
/external/arm-trusted-firmware/docs/design/
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
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst2605 platform IC. ``INTR_ID_UNAVAILABLE`` is returned when there is no interrupt
2617 #. id = 1023. ``INTR_ID_UNAVAILABLE`` is returned.
2631 ``INTR_ID_UNAVAILABLE`` is returned.
2636 ``INTR_ID_UNAVAILABLE`` is returned.