Searched refs:sm_supported (Results 1 – 2 of 2) sorted by relevance
576 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) in __iommu_calculate_sagaw()638 return sm_supported(iommu) ? in iommu_paging_structure_coherency()687 if (!sm_supported(iommu) && in domain_update_iommu_snooping()793 if (sm_supported(iommu)) { in iommu_context_addr()1004 if (!sm_supported(iommu)) in free_context_table()1360 if (sm_supported(iommu)) in iommu_set_root_entry()1375 if (sm_supported(iommu)) in iommu_set_root_entry()1852 if (sm_supported(iommu)) in iommu_init_domains()1929 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) { in first_level_by_default()2198 if (sm_supported(iommu)) { in domain_context_mapping_one()[all …]
476 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro477 #define pasid_supported(iommu) (sm_supported(iommu) && \