Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Dnested.c155 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in intel_nested_set_dev_pasid()
H A Diommu.c1866 if (dev_is_real_dma_subdevice(dev)) in dmar_domain_attach_device()
3263 if (!dev_is_real_dma_subdevice(dev)) { in device_block_translation()
3477 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev) && in paging_domain_compatible()
3720 if (dev_is_real_dma_subdevice(dev)) { in intel_iommu_probe_device()
3772 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev)) { in intel_iommu_probe_device()
3814 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev)) in intel_iommu_probe_finalize()
3837 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev) && in intel_iommu_release_device()
4109 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in intel_iommu_set_dev_pasid()
4352 if (dev_is_real_dma_subdevice(dev)) in identity_domain_attach_dev()
4371 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in identity_domain_set_dev_pasid()
H A Diommu.h837 static inline bool dev_is_real_dma_subdevice(struct device *dev) in dev_is_real_dma_subdevice() function