Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c1327 if (dev_is_real_dma_subdevice(dev)) in dmar_domain_attach_device()
2733 if (!dev_is_real_dma_subdevice(dev)) { in device_block_translation()
3116 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev) && in paging_domain_compatible()
3244 if (dev_is_real_dma_subdevice(dev)) { in intel_iommu_probe_device()
3296 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev)) { in intel_iommu_probe_device()
3338 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev)) { in intel_iommu_probe_finalize()
3370 if (sm_supported(iommu) && !dev_is_real_dma_subdevice(dev) && in intel_iommu_release_device()
3618 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in intel_iommu_set_dev_pasid()
3834 if (dev_is_real_dma_subdevice(dev)) in identity_domain_attach_dev()
3861 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in identity_domain_set_dev_pasid()
H A Dnested.c155 if (!pasid_supported(iommu) || dev_is_real_dma_subdevice(dev)) in intel_nested_set_dev_pasid()
H A Diommu.h831 static inline bool dev_is_real_dma_subdevice(struct device *dev) in dev_is_real_dma_subdevice() function