Searched refs:GI_FLAG_MSI (Results 1 – 2 of 2) sorted by relevance
116 #define GI_FLAG_MSI (1 << 1) /* This interrupt source should only */ macro305 sc->gic_irqs[start + i].gi_flags |= GI_FLAG_MSI; in arm_gic_reserve_msi_range()784 (sc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) == 0, in gic_map_intr()849 if ((gi->gi_flags & GI_FLAG_MSI) == GI_FLAG_MSI) { in arm_gic_setup_intr()879 if ((gi->gi_flags & GI_FLAG_MSI) == 0) { in arm_gic_setup_intr()914 if (isrc->isrc_handlers == 0 && (gi->gi_flags & GI_FLAG_MSI) == 0) { in arm_gic_teardown_intr()1058 KASSERT((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in arm_gic_alloc_msi()1126 KASSERT((sc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) != 0, in arm_gic_alloc_msix()
184 #define GI_FLAG_MSI (1 << 1) /* This interrupt source should only */ macro 290 sc->gic_irqs[start + i].gi_flags |= GI_FLAG_MSI; in gic_v3_reserve_msi_range() 924 if ((gi->gi_flags & GI_FLAG_MSI) == 0) { in gic_v3_setup_intr() 953 if (isrc->isrc_handlers == 0 && (gi->gi_flags & GI_FLAG_MSI) == 0) { in gic_v3_teardown_intr() 1546 KASSERT((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in gic_v3_gic_alloc_msi() 1614 KASSERT((sc->gic_irqs[irq].gi_flags & GI_FLAG_MSI) != 0, in gic_v3_gic_alloc_msix()