Home
last modified time | relevance | path

Searched refs:g_iommus (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/iommu/intel/
Diommu.c172 static struct intel_iommu **g_iommus; variable
611 return g_iommus[iommu_id]; in domain_get_iommu()
631 if (!iommu_paging_structure_coherency(g_iommus[i])) { in domain_update_iommu_coherency()
1659 struct intel_iommu *iommu = g_iommus[idx]; in iommu_flush_iova()
1826 g_iommus[iommu->seq_id] = NULL; in free_dmar_iommu()
2452 iommu = g_iommus[iommu_id]; in domain_mapping()
3263 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *), in init_dmars()
3265 if (!g_iommus) { in init_dmars()
3289 g_iommus[iommu->seq_id] = iommu; in init_dmars()
3418 kfree(g_iommus); in init_dmars()
[all …]