Searched refs:cap_caching_mode (Results 1 – 3 of 3) sorted by relevance
379 !!cap_caching_mode(iommu->cap), in intel_svm_bind_mm()412 if (cap_caching_mode(iommu->cap)) in intel_svm_bind_mm()
1562 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()2018 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()3472 if (cap_caching_mode(iommu->cap)) in __intel_map_single()3516 if (!cap_caching_mode(iommu->cap)) in flush_unmaps()3525 if (cap_caching_mode(iommu->cap)) in flush_unmaps()3767 if (cap_caching_mode(iommu->cap)) in intel_map_sg()
118 #define cap_caching_mode(c) (((c) >> 7) & 1) macro