Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Diommu.c350 return sm_supported(iommu) ? in iommu_paging_structure_coherency()
386 if (sm_supported(iommu)) { in iommu_context_addr()
576 if (!sm_supported(iommu)) in free_context_table()
635 if (sm_supported(iommu)) in dmar_fault_dump_ptes()
652 if (!sm_supported(iommu)) { in dmar_fault_dump_ptes()
1007 if (sm_supported(iommu)) in iommu_set_root_entry()
1029 if (sm_supported(iommu)) in iommu_set_root_entry()
1370 if (!sm_supported(iommu)) in first_level_by_default()
1869 if (!sm_supported(iommu)) in dmar_domain_attach_device()
3264 if (sm_supported(iommu)) in device_block_translation()
[all …]
H A Diommu.h541 #define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap)) macro
542 #define pasid_supported(iommu) (sm_supported(iommu) && \
544 #define ssads_supported(iommu) (sm_supported(iommu) && \
546 #define nested_supported(iommu) (sm_supported(iommu) && \
H A Dpasid.c1146 if (!sm_supported(iommu)) { in intel_context_flush_no_pasid()