Home
last modified time | relevance | path

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

/arch/microblaze/kernel/
Dsetup.c201 struct dentry *of_debugfs_root; variable
205 of_debugfs_root = debugfs_create_dir("microblaze", NULL); in microblaze_debugfs_init()
207 return of_debugfs_root == NULL; in microblaze_debugfs_init()
216 if (!of_debugfs_root) in debugfs_tlb()
219 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
/arch/microblaze/include/asm/
Dprocessor.h154 extern struct dentry *of_debugfs_root;