Searched refs:sm_supported (Results 1 – 2 of 2) sorted by relevance
600 return sm_supported(iommu) ? in iommu_paging_structure_coherency()776 if (sm_supported(iommu)) { in iommu_context_addr()987 if (!sm_supported(iommu)) in free_context_table()1062 if (sm_supported(iommu)) in dmar_fault_dump_ptes()1079 if (!sm_supported(iommu)) in dmar_fault_dump_ptes()1445 if (sm_supported(iommu)) in iommu_set_root_entry()1460 if (sm_supported(iommu)) in iommu_set_root_entry()1928 if (sm_supported(iommu)) in iommu_init_domains()2215 if (sm_supported(iommu)) { in domain_context_mapping_one()2558 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) && \
Completed in 16 milliseconds