Searched refs:sm_supported (Results 1 – 2 of 2) sorted by relevance
616 return sm_supported(iommu) ? in iommu_paging_structure_coherency()752 if (sm_supported(iommu)) { in iommu_context_addr()963 if (!sm_supported(iommu)) in free_context_table()1316 if (sm_supported(iommu)) in iommu_set_root_entry()1782 if (sm_supported(iommu)) in iommu_init_domains()1859 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) { in first_level_by_default()2128 if (sm_supported(iommu)) { in domain_context_mapping_one()2645 if (sm_supported(iommu)) { in dmar_insert_one_dev_info()2696 if (dev && dev_is_pci(dev) && sm_supported(iommu)) { in dmar_insert_one_dev_info()3203 if (!sm_supported(iommu)) { in register_pasid_allocator()[all …]
473 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro474 #define pasid_supported(iommu) (sm_supported(iommu) && \