Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-mips-gic.c30 #define GIC_MAX_INTRS 256 macro
31 #define GIC_MAX_LONGS BITS_TO_LONGS(GIC_MAX_INTRS)
59 static DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS);
60 static DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS);
154 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
690 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()