Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A 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()
855 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
872 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
1225 if (sm_supported(iommu)) in iommu_set_root_entry()
1247 if (sm_supported(iommu)) in iommu_set_root_entry()
1992 if (sm_supported(iommu)) { in domain_context_mapping_one()
2313 if (sm_supported(iommu)) { in domain_context_clear_one()
[all …]
H A Diommu.h539 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
540 #define pasid_supported(iommu) (sm_supported(iommu) && \