Searched refs:amd_iommu_debugfs (Results 1 – 2 of 2) sorted by relevance
16 static struct dentry *amd_iommu_debugfs; variable26 if (!amd_iommu_debugfs) in amd_iommu_debugfs_setup()27 amd_iommu_debugfs = debugfs_create_dir("amd", in amd_iommu_debugfs_setup()32 iommu->debugfs = debugfs_create_dir(name, amd_iommu_debugfs); in amd_iommu_debugfs_setup()
14 obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += amd_iommu_debugfs.o