Searched refs:cap_caching_mode (Results 1 – 4 of 4) sorted by relevance
304 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()1063 if (cap_caching_mode(iommu->cap)) { in device_pasid_table_setup()
514 if (!cap_caching_mode(iommu->cap) || in cache_tag_flush_range_np()
1444 if (cap_caching_mode(iommu->cap)) { in context_present_cache_flush()3117 if (cap_caching_mode(iommu->cap) && in intel_iommu_init()3390 if (rwbf_required(iommu) || cap_caching_mode(iommu->cap)) in intel_iommu_domain_alloc_second_stage()3483 if ((rwbf_required(iommu) || cap_caching_mode(iommu->cap)) && in paging_domain_compatible_second_stage()
187 #define cap_caching_mode(c) (((c) >> 7) & 1) macro