of_debugfs_root   135 arch/microblaze/include/asm/processor.h extern struct dentry *of_debugfs_root;
of_debugfs_root   190 arch/microblaze/kernel/setup.c struct dentry *of_debugfs_root;
of_debugfs_root   194 arch/microblaze/kernel/setup.c 	of_debugfs_root = debugfs_create_dir("microblaze", NULL);
of_debugfs_root   202 arch/microblaze/kernel/setup.c 	debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip);