Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/iommu/intel/
Dpasid.c303 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
1059 if (cap_caching_mode(iommu->cap)) { in device_pasid_table_setup()
Dcache.c549 if (!cap_caching_mode(iommu->cap) || domain->use_first_level) { in cache_tag_flush_range_np()
Diommu.h187 #define cap_caching_mode(c) (((c) >> 7) & 1) macro
Diommu.c1481 if (cap_caching_mode(iommu->cap)) { in context_present_cache_flush()
3146 if (cap_caching_mode(iommu->cap) && in intel_iommu_init()