Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A Dplat_gicv3.c61 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
359 INTR_ID_UNAVAILABLE : id; in plat_ic_get_interrupt_id()
384 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
H A Dplat_gicv2.c52 id = INTR_ID_UNAVAILABLE; in plat_ic_get_pending_interrupt_id()
340 id = INTR_ID_UNAVAILABLE; in plat_ic_get_interrupt_id()
/rk3399_ARM-atf/include/bl31/
H A Dinterrupt_mgmt.h31 #define INTR_ID_UNAVAILABLE U(0xFFFFFFFF) macro
/rk3399_ARM-atf/bl31/
H A Dehf.c416 assert(id == INTR_ID_UNAVAILABLE); in ehf_el3_interrupt_handler()
427 if (intr == INTR_ID_UNAVAILABLE) in ehf_el3_interrupt_handler()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c323 assert(id == INTR_ID_UNAVAILABLE); in spmd_group0_interrupt_handler_nwd()
330 if (intid == INTR_ID_UNAVAILABLE) { in spmd_group0_interrupt_handler_nwd()
365 if (intid == INTR_ID_UNAVAILABLE) { in spmd_handle_group0_intr_swd()
/rk3399_ARM-atf/bl31/aarch64/
H A Druntime_exceptions.S580 mov x0, #INTR_ID_UNAVAILABLE
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst321 should return ``INTR_ID_UNAVAILABLE``.
/rk3399_ARM-atf/docs/design/
H 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
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3537 platform IC. ``INTR_ID_UNAVAILABLE`` is returned when there is no interrupt
3549 #. id = 1023. ``INTR_ID_UNAVAILABLE`` is returned.
3563 ``INTR_ID_UNAVAILABLE`` is returned.
3568 ``INTR_ID_UNAVAILABLE`` is returned.