Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Dpasid.c303 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
1061 if (cap_caching_mode(iommu->cap)) { in device_pasid_table_setup()
H A Dcache.c549 if (!cap_caching_mode(iommu->cap) || domain->use_first_level) { in cache_tag_flush_range_np()
H A Diommu.h187 #define cap_caching_mode(c) (((c) >> 7) & 1) macro
H A Diommu.c1509 if (cap_caching_mode(iommu->cap)) { in context_present_cache_flush()
3179 if (cap_caching_mode(iommu->cap) && in intel_iommu_init()