Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/irqchip/
Dirq-mips-gic.c30 #define GIC_MAX_INTRS 256 macro
31 #define GIC_MAX_LONGS BITS_TO_LONGS(GIC_MAX_INTRS)
58 static DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS);
59 static DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS);
152 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
790 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_of_init()