Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/intel/
Diommu.c363 domain->iommu_coherency = true; in domain_update_iommu_coherency()
367 domain->iommu_coherency = false; in domain_update_iommu_coherency()
378 domain->iommu_coherency = false; in domain_update_iommu_coherency()
671 if (!domain->iommu_coherency) in domain_flush_cache()
3393 domain->iommu_coherency = false; in md_domain_init()
3460 domain->iommu_coherency = iommu_paging_structure_coherency(iommu); in paging_domain_alloc()
Diommu.h604 u8 iommu_coherency: 1; /* indicate coherency of iommu access */ member