Home
last modified time | relevance | path

Searched refs:amd_iommu_debugfs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/iommu/
Damd_iommu_debugfs.c16 static struct dentry *amd_iommu_debugfs; variable
26 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()
DMakefile14 obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += amd_iommu_debugfs.o