Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/intel/
Diommu.c468 xa_for_each(&domain->iommu_array, i, info) { in domain_update_iommu_coherency()
1598 xa_for_each(&dmar_domain->iommu_array, idx, info) { in intel_flush_iotlb_all()
1779 xa_init(&domain->iommu_array); in alloc_domain()
1796 curr = xa_load(&domain->iommu_array, iommu->seq_id); in domain_attach_iommu()
1815 curr = xa_cmpxchg(&domain->iommu_array, iommu->seq_id, in domain_attach_iommu()
1840 info = xa_load(&domain->iommu_array, iommu->seq_id); in domain_detach_iommu()
1843 xa_erase(&domain->iommu_array, iommu->seq_id); in domain_detach_iommu()
2202 xa_for_each(&domain->iommu_array, i, info) in switch_to_super_page()
4391 xa_for_each(&dmar_domain->iommu_array, i, info) in intel_iommu_tlb_sync()
4731 xa_for_each(&dmar_domain->iommu_array, i, info) in intel_iommu_iotlb_sync_map()
Diommu.h538 struct xarray iommu_array; /* Attached IOMMU array */ member
652 xa_load(&domain->iommu_array, iommu->seq_id); in domain_id_iommu()