Searched refs:GI_FLAG_MSI (Results 1 – 2 of 2) sorted by relevance
111 #define GI_FLAG_MSI (1 << 1) /* This interrupt source should only */ macro297 sc->gic_irqs[start + i].gi_flags |= GI_FLAG_MSI; in arm_gic_reserve_msi_range()765 (sc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) == 0, in gic_map_intr()830 if ((gi->gi_flags & GI_FLAG_MSI) == GI_FLAG_MSI) { in arm_gic_setup_intr()860 if ((gi->gi_flags & GI_FLAG_MSI) == 0) { in arm_gic_setup_intr()895 if (isrc->isrc_handlers == 0 && (gi->gi_flags & GI_FLAG_MSI) == 0) { in arm_gic_teardown_intr()1115 KASSERT((psc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in arm_gicv2m_alloc_msi()1187 KASSERT((psc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) != 0, in arm_gicv2m_alloc_msix()
167 #define GI_FLAG_MSI (1 << 1) /* This interrupt source should only */ macro341 sc->gic_irqs[irq].gi_flags |= GI_FLAG_MSI; in gic_v3_attach()731 if ((gi->gi_flags & GI_FLAG_MSI) == 0) { in gic_v3_setup_intr()783 if (isrc->isrc_handlers == 0 && (gi->gi_flags & GI_FLAG_MSI) == 0) { in gic_v3_teardown_intr()1348 KASSERT((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in gic_v3_alloc_msi()1418 KASSERT((sc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) != 0, in gic_v3_alloc_msix()