Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/intel/
Diommu.c411 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) in __iommu_calculate_sagaw()
455 return sm_supported(iommu) ? in iommu_paging_structure_coherency()
605 if (sm_supported(iommu)) { in iommu_context_addr()
808 if (!sm_supported(iommu)) in free_context_table()
866 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
883 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
1226 if (sm_supported(iommu)) in iommu_set_root_entry()
1248 if (sm_supported(iommu)) in iommu_set_root_entry()
1698 if (sm_supported(iommu)) in iommu_init_domains()
1987 if (sm_supported(iommu)) { in domain_context_mapping_one()
[all …]
Diommu.h485 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
486 #define pasid_supported(iommu) (sm_supported(iommu) && \