Home
last modified time | relevance | path

Searched refs:GIC_MAX_INTRS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c32 #define GIC_MAX_INTRS 256 macro
33 #define GIC_MAX_LONGS BITS_TO_LONGS(GIC_MAX_INTRS)
60 static DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS);
61 static DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS);
155 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
705 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h178 #define GIC_MAX_INTRS 256 macro
/openbmc/qemu/hw/intc/
H A Dmips_gic.c416 if ((s->num_irq > GIC_MAX_INTRS) || (s->num_irq % 8) || (s->num_irq <= 0)) { in mips_gic_realize()
418 "multiples of 8 : %d", GIC_MAX_INTRS, s->num_irq); in mips_gic_realize()