Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c469 xa_for_each(&domain->iommu_array, i, info) { in domain_update_iommu_coherency()
1597 xa_for_each(&dmar_domain->iommu_array, idx, info) { in intel_flush_iotlb_all()
1776 xa_init(&domain->iommu_array); in alloc_domain()
1793 curr = xa_load(&domain->iommu_array, iommu->seq_id); in domain_attach_iommu()
1812 curr = xa_cmpxchg(&domain->iommu_array, iommu->seq_id, in domain_attach_iommu()
1837 info = xa_load(&domain->iommu_array, iommu->seq_id); in domain_detach_iommu()
1840 xa_erase(&domain->iommu_array, iommu->seq_id); in domain_detach_iommu()
2169 xa_for_each(&domain->iommu_array, i, info) in switch_to_super_page()
4244 xa_for_each(&dmar_domain->iommu_array, i, info) in intel_iommu_tlb_sync()
4678 xa_for_each(&dmar_domain->iommu_array, i, info) in intel_iommu_iotlb_sync_map()
H A Diommu.h584 struct xarray iommu_array; /* Attached IOMMU array */ member
748 xa_load(&domain->iommu_array, iommu->seq_id); in domain_id_iommu()