Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c293 if (!sm_supported(iommu) || !ecap_flts(iommu->ecap)) in __iommu_calculate_sagaw()
337 return sm_supported(iommu) ? in iommu_paging_structure_coherency()
356 if (sm_supported(iommu)) { in iommu_context_addr()
540 if (!sm_supported(iommu)) in free_context_table()
599 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
616 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
696 if (sm_supported(iommu)) in iommu_set_root_entry()
718 if (sm_supported(iommu)) in iommu_set_root_entry()
1015 if (!sm_supported(iommu)) in first_level_by_default()
1330 if (!sm_supported(iommu)) in dmar_domain_attach_device()
[all …]
H A Diommu.h536 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
537 #define pasid_supported(iommu) (sm_supported(iommu) && \
539 #define ssads_supported(iommu) (sm_supported(iommu) && \
542 #define nested_supported(iommu) (sm_supported(iommu) && \
H A Dpasid.c976 if (!sm_supported(iommu)) { in intel_context_flush_no_pasid()