Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dintel-pasid.c464 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()
517 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_first_level()
590 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_second_level()
633 if (cap_caching_mode(iommu->cap)) { in intel_pasid_setup_pass_through()
Dintel-svm.c323 !!cap_caching_mode(iommu->cap), in intel_svm_bind_mm()
Dintel-iommu.c1516 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()
1526 if (cap_caching_mode(iommu->cap)) in __mapping_notify_one()
1545 if (!cap_caching_mode(iommu->cap)) in iommu_flush_iova()
2101 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
/Linux-v5.4/include/linux/
Dintel-iommu.h151 #define cap_caching_mode(c) (((c) >> 7) & 1) macro