Home
last modified time | relevance | path

Searched refs:GIC_SPURIOUS_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/tf-a-ffa_el3_spmc/plat/st/stm32mp1/
A Dstm32mp1_pm.c32 uint32_t interrupt = GIC_SPURIOUS_INTERRUPT; in stm32_cpu_standby()
42 while (interrupt == GIC_SPURIOUS_INTERRUPT) { in stm32_cpu_standby()
49 (interrupt != GIC_SPURIOUS_INTERRUPT)) { in stm32_cpu_standby()
/tf-a-ffa_el3_spmc/plat/common/
A Dplat_gicv2.c48 if (id == GIC_SPURIOUS_INTERRUPT) in plat_ic_get_pending_interrupt_id()
80 if (id == GIC_SPURIOUS_INTERRUPT) in plat_ic_get_pending_interrupt_type()
297 if (id == GIC_SPURIOUS_INTERRUPT) in plat_ic_get_interrupt_id()
A Dplat_gicv3.c91 case GIC_SPURIOUS_INTERRUPT: in plat_ic_get_pending_interrupt_type()
317 return (irqnr == GIC_SPURIOUS_INTERRUPT) ? in plat_ic_get_pending_interrupt_id()
/tf-a-ffa_el3_spmc/include/drivers/arm/
A Dgic_common.h32 #define GIC_SPURIOUS_INTERRUPT U(1023) macro
A Dgicv3.h317 return (id >= PENDING_G1S_INTID) && (id <= GIC_SPURIOUS_INTERRUPT); in gicv3_is_intr_id_special_identifier()
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst2641 #. id = ``GIC_SPURIOUS_INTERRUPT`` (1023) is reported as an invalid interrupt type.
2683 Register*, is returned if is not equal to GIC_SPURIOUS_INTERRUPT (1023) else

Completed in 15 milliseconds