Searched refs:cap_caching_mode (Results 1 – 3 of 3) sorted by relevance
466 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()481 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()736 if (!cap_caching_mode(iommu->cap)) in intel_pasid_setup_page_snoop_control()
1573 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()1586 if (cap_caching_mode(iommu->cap) && !domain_use_first_level(domain)) in __mapping_notify_one()1608 if (!cap_caching_mode(iommu->cap)) in intel_flush_iotlb_all()2058 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()2887 if (!cap_caching_mode(iommu->cap)) in register_pasid_allocator()4054 if (cap_caching_mode(iommu->cap)) { in intel_iommu_init()
172 #define cap_caching_mode(c) (((c) >> 7) & 1) macro