Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dgic_common.h48 #define GIC_FIRST_SGI 0 /* Irqs 0-15 are SGIs/IPIs. */ macro
H A Dgic.c122 static u_int sgi_to_ipi[GIC_LAST_SGI - GIC_FIRST_SGI + 1];
123 static u_int sgi_first_unused = GIC_FIRST_SGI;
223 for (irq = GIC_FIRST_SGI; irq <= GIC_LAST_SGI; irq++) in arm_gic_init_secondary()
255 INTR_ISRCF_IPI, "%s,i%u", name, irq - GIC_FIRST_SGI); in arm_gic_register_isrcs()
567 irq - GIC_FIRST_SGI); in arm_gic_intr()
H A Dgic_acpi.c236 GIC_LAST_SGI - GIC_FIRST_SGI + 1) != 0) { in gic_acpi_attach()
H A Dgic_fdt.c161 GIC_LAST_SGI - GIC_FIRST_SGI + 1) != 0) { in gic_fdt_attach()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c106 static u_int sgi_to_ipi[GIC_LAST_SGI - GIC_FIRST_SGI + 1];
107 static u_int sgi_first_unused = GIC_FIRST_SGI;
321 INTR_ISRCF_IPI, "%s,i%u", name, irq - GIC_FIRST_SGI); in gic_v3_attach()
498 (uintmax_t)(active_irq - GIC_FIRST_SGI)); in arm_gic_v3_intr()
925 for (irq = GIC_FIRST_SGI; irq <= GIC_LAST_SGI; irq++) { in gic_v3_init_secondary()
H A Dgic_v3_fdt.c174 GIC_LAST_SGI - GIC_FIRST_SGI + 1) != 0) { in gic_v3_fdt_attach()
H A Dgic_v3_acpi.c326 GIC_LAST_SGI - GIC_FIRST_SGI + 1) != 0) { in gic_v3_acpi_attach()