Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dpasid.c522 if (!cap_caching_mode(iommu->cap)) in intel_pasid_tear_down_entry()
533 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h163 #define cap_caching_mode(c) (((c) >> 7) & 1) macro