Home
last modified time | relevance | path

Searched refs:cap_caching_mode (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dpasid.c479 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()
494 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
716 if (!cap_caching_mode(iommu->cap)) in intel_pasid_setup_page_snoop_control()
H A Diommu.h184 #define cap_caching_mode(c) (((c) >> 7) & 1) macro
H A Diommu.c1572 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()
1585 if (cap_caching_mode(iommu->cap) && !domain->use_first_level) in __mapping_notify_one()
1607 if (!cap_caching_mode(iommu->cap)) in intel_flush_iotlb_all()
2049 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
3870 if (cap_caching_mode(iommu->cap) && in intel_iommu_init()
H A Dirq_remapping.c571 if (cap_caching_mode(iommu->cap)) in intel_setup_irq_remapping()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dpasid.c534 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()
545 if (cap_caching_mode(iommu->cap)) { in pasid_flush_caches()
H A Diommu.c1702 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()
1715 if (cap_caching_mode(iommu->cap) && !domain_use_first_level(domain)) in __mapping_notify_one()
1738 if (!cap_caching_mode(iommu->cap)) in iommu_flush_iova()
2269 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
3289 if (!cap_caching_mode(iommu->cap)) in register_pasid_allocator()
3431 if (!intel_iommu_strict && cap_caching_mode(iommu->cap)) { in init_dmars()
/kernel/linux/linux-5.10/include/linux/
H A Dintel-iommu.h163 #define cap_caching_mode(c) (((c) >> 7) & 1) macro

Completed in 23 milliseconds