Searched refs:cap_caching_mode (Results 1 – 4 of 4) sorted by relevance
464 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()517 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_first_level()590 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_second_level()633 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_pass_through()
323 !!cap_caching_mode(iommu->cap), in intel_svm_bind_mm()
1516 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()1526 if (cap_caching_mode(iommu->cap)) in __mapping_notify_one()1545 if (!cap_caching_mode(iommu->cap)) in iommu_flush_iova()2101 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
151 #define cap_caching_mode(c) (((c) >> 7) & 1) macro