Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/common/
Dplat_gicv3.c61 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
357 INTR_ID_UNAVAILABLE : id; in plat_ic_get_interrupt_id()
382 INTR_ID_UNAVAILABLE : irqnr; in plat_ic_get_pending_interrupt_id()
Dplat_gicv2.c52 return INTR_ID_UNAVAILABLE; in plat_ic_get_pending_interrupt_id()
333 id = INTR_ID_UNAVAILABLE; in plat_ic_get_interrupt_id()
/trusted-firmware-a-latest/include/bl31/
Dinterrupt_mgmt.h30 #define INTR_ID_UNAVAILABLE U(0xFFFFFFFF) macro
/trusted-firmware-a-latest/bl31/
Dehf.c416 assert(id == INTR_ID_UNAVAILABLE); in ehf_el3_interrupt_handler()
427 if (intr == INTR_ID_UNAVAILABLE) in ehf_el3_interrupt_handler()
/trusted-firmware-a-latest/bl31/aarch64/
Druntime_exceptions.S585 mov x0, #INTR_ID_UNAVAILABLE
/trusted-firmware-a-latest/docs/components/
Dplatform-interrupt-controller-API.rst321 should return ``INTR_ID_UNAVAILABLE``.
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c284 assert(id == INTR_ID_UNAVAILABLE); in spmd_group0_interrupt_handler_nwd()
/trusted-firmware-a-latest/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
/trusted-firmware-a-latest/docs/
Dporting-guide.rst3064 platform IC. ``INTR_ID_UNAVAILABLE`` is returned when there is no interrupt
3076 #. id = 1023. ``INTR_ID_UNAVAILABLE`` is returned.
3090 ``INTR_ID_UNAVAILABLE`` is returned.
3095 ``INTR_ID_UNAVAILABLE`` is returned.