Home
last modified time | relevance | path

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

/NextBSD/sys/arm/arm/
HDgic.c103 #define GIC_FIRST_PPI 16 /* Irqs 16-31 are private (per */ macro
249 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()
/NextBSD/sys/arm64/arm64/
HDgic_v3_reg.h51 #define GIC_FIRST_PPI (16) macro
HDgic.c92 #define GIC_FIRST_PPI 16 /* Irqs 16-31 are private (per */ macro
HDgic_v3.c273 if (__predict_true((active_irq >= GIC_FIRST_PPI && in gic_v3_dispatch()