Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dintel-svm.c379 !!cap_caching_mode(iommu->cap), in intel_svm_bind_mm()
417 if (cap_caching_mode(iommu->cap)) in intel_svm_bind_mm()
Dintel-iommu.c1587 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()
1597 if (cap_caching_mode(iommu->cap)) in __mapping_notify_one()
1616 if (!cap_caching_mode(iommu->cap)) in iommu_flush_iova()
2107 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
/Linux-v4.19/include/linux/
Dintel-iommu.h108 #define cap_caching_mode(c) (((c) >> 7) & 1) macro