Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dpasid.c511 if (!ecap_coherent(iommu->ecap)) in intel_pasid_tear_down_entry()
530 if (!ecap_coherent(iommu->ecap)) in pasid_flush_caches()
H A Diommu.c639 ecap_smpwc(iommu->ecap) : ecap_coherent(iommu->ecap); in iommu_paging_structure_coherency()
2260 if (!ecap_coherent(iommu->ecap)) in domain_context_mapping_one()
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h193 #define ecap_coherent(e) ((e) & 0x1) macro
645 if (!ecap_coherent(iommu->ecap)) in __iommu_flush_cache()