Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/intel/
Dpasid.c513 if (!ecap_coherent(iommu->ecap)) in intel_pasid_tear_down_entry()
528 if (!ecap_coherent(iommu->ecap)) in pasid_flush_caches()
Diommu.c617 ecap_smpwc(iommu->ecap) : ecap_coherent(iommu->ecap); in iommu_paging_structure_coherency()
2190 if (!ecap_coherent(iommu->ecap)) in domain_context_mapping_one()
/Linux-v5.10/include/linux/
Dintel-iommu.h191 #define ecap_coherent(e) ((e) & 0x1) macro
642 if (!ecap_coherent(iommu->ecap)) in __iommu_flush_cache()