Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/intel/
Dpasid.c281 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
817 if (cap_caching_mode(iommu->cap)) { in device_pasid_table_setup()
Dcache.c520 if (!cap_caching_mode(iommu->cap) || domain->use_first_level) { in cache_tag_flush_range_np()
Diommu.h186 #define cap_caching_mode(c) (((c) >> 7) & 1) macro
Diommu.c1623 if (cap_caching_mode(iommu->cap)) { in context_present_cache_flush()
3290 if (cap_caching_mode(iommu->cap) && in intel_iommu_init()