Searched refs:g_iommus (Results 1 – 1 of 1) sorted by relevance
168 static struct intel_iommu **g_iommus; variable588 return g_iommus[iommu_id]; in domain_get_iommu()600 if (!ecap_coherent(g_iommus[i]->ecap)) { in domain_update_iommu_coherency()614 if (!ecap_sc_support(g_iommus[i]->ecap)) { in domain_update_iommu_snooping()1325 g_iommus[iommu->seq_id] = NULL; in free_dmar_iommu()1329 if (g_iommus[i]) in free_dmar_iommu()1334 kfree(g_iommus); in free_dmar_iommu()2478 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *), in init_dmars()2480 if (!g_iommus) { in init_dmars()2498 g_iommus[iommu->seq_id] = iommu; in init_dmars()[all …]