Searched refs:sm_supported (Results 1 – 2 of 2) sorted by relevance
594 return sm_supported(iommu) ? in iommu_paging_structure_coherency()643 if (!sm_supported(iommu) && in domain_update_iommu_snooping()770 if (sm_supported(iommu)) { in iommu_context_addr()981 if (!sm_supported(iommu)) in free_context_table()1330 if (sm_supported(iommu)) in iommu_set_root_entry()1345 if (sm_supported(iommu)) in iommu_set_root_entry()1813 if (sm_supported(iommu)) in iommu_init_domains()2092 if (sm_supported(iommu)) { in domain_context_mapping_one()2434 if (sm_supported(iommu)) { in domain_context_clear_one()2452 if (sm_supported(iommu)) in domain_context_clear_one()[all …]
485 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro486 #define pasid_supported(iommu) (sm_supported(iommu) && \