Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dintel-iommu.c176 static struct intel_iommu **g_iommus; variable
706 return g_iommus[iommu_id]; in domain_get_iommu()
720 if (!ecap_coherent(g_iommus[i]->ecap)) { in domain_update_iommu_coherency()
1611 struct intel_iommu *iommu = g_iommus[idx]; in iommu_flush_iova()
1777 g_iommus[iommu->seq_id] = NULL; in free_dmar_iommu()
2354 iommu = g_iommus[iommu_id]; in domain_mapping()
3291 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *), in init_dmars()
3293 if (!g_iommus) { in init_dmars()
3312 g_iommus[iommu->seq_id] = iommu; in init_dmars()
3494 kfree(g_iommus); in init_dmars()
[all …]