Home
last modified time | relevance | path

Searched refs:sm_supported (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iommu/intel/
Diommu.c307 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) in __iommu_calculate_sagaw()
351 return sm_supported(iommu) ? in iommu_paging_structure_coherency()
498 if (sm_supported(iommu)) { in iommu_context_addr()
688 if (!sm_supported(iommu)) in free_context_table()
746 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
763 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
1106 if (sm_supported(iommu)) in iommu_set_root_entry()
1128 if (sm_supported(iommu)) in iommu_set_root_entry()
1968 if (!sm_supported(iommu)) in dmar_domain_attach_device()
2173 new_ext = !!sm_supported(iommu); in copy_translation_tables()
[all …]
Diommu.h540 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
541 #define pasid_supported(iommu) (sm_supported(iommu) && \
543 #define ssads_supported(iommu) (sm_supported(iommu) && \
545 #define nested_supported(iommu) (sm_supported(iommu) && \
Dpasid.c904 if (!sm_supported(iommu)) { in intel_context_flush_present()