Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/intel/
Diommu.c412 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) in __iommu_calculate_sagaw()
456 return sm_supported(iommu) ? in iommu_paging_structure_coherency()
606 if (sm_supported(iommu)) { in iommu_context_addr()
796 if (!sm_supported(iommu)) in free_context_table()
854 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
871 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
1213 if (sm_supported(iommu)) in iommu_set_root_entry()
1235 if (sm_supported(iommu)) in iommu_set_root_entry()
1697 if (sm_supported(iommu)) in iommu_init_domains()
1980 if (sm_supported(iommu)) { in domain_context_mapping_one()
[all …]
Diommu.h539 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
540 #define pasid_supported(iommu) (sm_supported(iommu) && \