Searched refs:debugfs_dir (Results 1 – 1 of 1) sorted by relevance
| /arch/x86/kernel/ |
| A D | amd_node.c | 196 static struct dentry *debugfs_dir; variable 354 debugfs_dir = debugfs_create_dir("amd_smn", arch_debugfs_dir); in amd_smn_init() 356 debugfs_create_file("node", 0600, debugfs_dir, NULL, &smn_node_fops); in amd_smn_init() 357 debugfs_create_file("address", 0600, debugfs_dir, NULL, &smn_address_fops); in amd_smn_init() 358 debugfs_create_file("value", 0600, debugfs_dir, NULL, &smn_value_fops); in amd_smn_init()
|
Completed in 4 milliseconds