Searched refs:g_iommus (Results 1 – 1 of 1) sorted by relevance
155 static struct intel_iommu **g_iommus; variable589 return g_iommus[iommu_id]; in domain_get_iommu()609 if (!iommu_paging_structure_coherency(g_iommus[i])) { in domain_update_iommu_coherency()1693 struct intel_iommu *iommu = g_iommus[idx]; in intel_flush_iotlb_all()1857 g_iommus[iommu->seq_id] = NULL; in free_dmar_iommu()2308 iommu_flush_iotlb_psi(g_iommus[i], domain, in switch_to_super_page()3212 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *), in init_dmars()3214 if (!g_iommus) { in init_dmars()3241 g_iommus[iommu->seq_id] = iommu; in init_dmars()3368 kfree(g_iommus); in init_dmars()[all …]