Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dintel-svm.c379 !!cap_caching_mode(iommu->cap), in intel_svm_bind_mm()
412 if (cap_caching_mode(iommu->cap)) in intel_svm_bind_mm()
Dintel-iommu.c1562 if (!cap_caching_mode(iommu->cap) || !map) in iommu_flush_iotlb_psi()
2018 if (cap_caching_mode(iommu->cap)) { in domain_context_mapping_one()
3472 if (cap_caching_mode(iommu->cap)) in __intel_map_single()
3516 if (!cap_caching_mode(iommu->cap)) in flush_unmaps()
3525 if (cap_caching_mode(iommu->cap)) in flush_unmaps()
3767 if (cap_caching_mode(iommu->cap)) in intel_map_sg()
/linux-4.4.14/include/linux/
Dintel-iommu.h118 #define cap_caching_mode(c) (((c) >> 7) & 1) macro