Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Dpasid.c304 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
1063 if (cap_caching_mode(iommu->cap)) { in device_pasid_table_setup()
H A Dcache.c514 if (!cap_caching_mode(iommu->cap) || in cache_tag_flush_range_np()
H A Diommu.c1444 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()
H A Diommu.h187 #define cap_caching_mode(c) (((c) >> 7) & 1) macro