Searched refs:sm_supported (Results 1 – 3 of 3) sorted by relevance
352 return sm_supported(iommu) ? in iommu_paging_structure_coherency()388 if (sm_supported(iommu)) { in iommu_context_addr()579 if (!sm_supported(iommu)) in free_context_table()638 if (sm_supported(iommu)) in dmar_fault_dump_ptes()655 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()1009 if (sm_supported(iommu)) in iommu_set_root_entry()1031 if (sm_supported(iommu)) in iommu_set_root_entry()1328 if (!sm_supported(iommu)) in first_level_by_default()1806 if (!sm_supported(iommu)) in dmar_domain_attach_device()3206 if (sm_supported(iommu)) in device_block_translation()[all …]
540 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro541 #define pasid_supported(iommu) (sm_supported(iommu) && \543 #define ssads_supported(iommu) (sm_supported(iommu) && \545 #define nested_supported(iommu) (sm_supported(iommu) && \
1148 if (!sm_supported(iommu)) { in intel_context_flush_no_pasid()
Completed in 23 milliseconds