Searched refs:amd_iommu_is_attach_deferred (Results 1 – 3 of 3) sorted by relevance
126 extern bool amd_iommu_is_attach_deferred(struct device *dev);
538 if (amd_iommu_is_attach_deferred(&pdev->dev)) { in ppr_notifier()
2357 bool amd_iommu_is_attach_deferred(struct device *dev) in amd_iommu_is_attach_deferred() function2363 EXPORT_SYMBOL_GPL(amd_iommu_is_attach_deferred);2421 .is_attach_deferred = amd_iommu_is_attach_deferred,