Searched refs:GIC_FIRST_PPI (Results 1 – 4 of 4) sorted by relevance
103 #define GIC_FIRST_PPI 16 /* Irqs 16-31 are private (per */ macro249 for (irq = GIC_FIRST_PPI; irq <= GIC_LAST_PPI; irq++) { in arm_gic_init_secondary()332 *interrupt = fdt32_to_cpu(intr[1]) + GIC_FIRST_PPI; in gic_decode_fdt()614 intr_irq_set_name(isrc, "%s,p%u", name, irq - GIC_FIRST_PPI); in gic_attach_isrc()704 *irqp = num + GIC_FIRST_PPI; in gic_irq_from_nspc()745 irq = isrc->isrc_cells[1] + GIC_FIRST_PPI; in gic_map_fdt()
51 #define GIC_FIRST_PPI (16) macro
92 #define GIC_FIRST_PPI 16 /* Irqs 16-31 are private (per */ macro
273 if (__predict_true((active_irq >= GIC_FIRST_PPI && in gic_v3_dispatch()