Searched refs:GIC_SPURIOUS_INTERRUPT (Results 1 – 7 of 7) sorted by relevance
45 if (id == GIC_SPURIOUS_INTERRUPT) in plat_ic_get_pending_interrupt_id()77 if (id == GIC_SPURIOUS_INTERRUPT) in plat_ic_get_pending_interrupt_type()
85 case GIC_SPURIOUS_INTERRUPT: in plat_ic_get_pending_interrupt_type()296 return (irqnr == GIC_SPURIOUS_INTERRUPT) ? in plat_ic_get_pending_interrupt_id()
30 #define GIC_SPURIOUS_INTERRUPT 1023 macro
219 (((id) >= PENDING_G1S_INTID) && ((id) <= GIC_SPURIOUS_INTERRUPT))
221 if (id == GIC_SPURIOUS_INTERRUPT) { in tegra_gic_get_pending_interrupt_type()
363 if (id == GIC_SPURIOUS_INTERRUPT) in arm_gic_get_pending_interrupt_type()
2428 #. id = ``GIC_SPURIOUS_INTERRUPT`` (1023) is reported as an invalid interrupt type.