Home
last modified time | relevance | path

Searched refs:ssads_supported (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/intel/
H A Diommu.c2922 !ssads_supported(iommu))) in intel_iommu_domain_alloc_second_stage()
3059 if (dmar_domain->domain.dirty_ops && !ssads_supported(iommu)) in paging_domain_compatible_second_stage()
3225 return ssads_supported(info->iommu); in intel_iommu_capable()
H A Diommu.h539 #define ssads_supported(iommu) (sm_supported(iommu) && \ macro