Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/irqchip/
Dirq-mips-gic.c32 #define GIC_MAX_INTRS 256 macro
33 #define GIC_MAX_LONGS BITS_TO_LONGS(GIC_MAX_INTRS)
61 static DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS);
62 static DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS);
156 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
707 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()