Searched refs:g_iommus (Results 1 – 1 of 1) sorted by relevance
170 static struct intel_iommu **g_iommus; variable592 return g_iommus[iommu_id]; in domain_get_iommu()606 if (!ecap_coherent(g_iommus[i]->ecap)) { in domain_update_iommu_coherency()1515 g_iommus[iommu->seq_id] = NULL; in free_dmar_iommu()2799 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *), in init_dmars()2801 if (!g_iommus) { in init_dmars()2815 g_iommus[iommu->seq_id] = iommu; in init_dmars()2926 kfree(g_iommus); in init_dmars()3128 struct intel_iommu *iommu = g_iommus[i]; in flush_unmaps()3811 if (g_iommus[iommu->seq_id]) in intel_iommu_add()[all …]