Home
last modified time | relevance | path

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

/Linux-v4.19/arch/microblaze/kernel/
Dsetup.c190 struct dentry *of_debugfs_root; variable
194 of_debugfs_root = debugfs_create_dir("microblaze", NULL); in microblaze_debugfs_init()
196 return of_debugfs_root == NULL; in microblaze_debugfs_init()
205 if (!of_debugfs_root) in debugfs_tlb()
208 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
/Linux-v4.19/arch/microblaze/include/asm/
Dprocessor.h147 extern struct dentry *of_debugfs_root;