Searched refs:mips_debugfs_dir (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ | 
| D | spinlock_test.c | 121 	debugfs_create_file("spin_single", S_IRUGO, mips_debugfs_dir, NULL,  in spinlock_test()123 	debugfs_create_file("spin_multi", S_IRUGO, mips_debugfs_dir, NULL,  in spinlock_test()
 
 | 
| D | segment.c | 99 		debugfs_create_file("segments", S_IRUGO, mips_debugfs_dir, NULL,  in segments_info()
 | 
| D | setup.c | 773 struct dentry *mips_debugfs_dir;  variable776 	mips_debugfs_dir = debugfs_create_dir("mips", NULL);  in debugfs_mips()
 
 | 
| D | unaligned.c | 2378 	debugfs_create_u32("unaligned_instructions", S_IRUGO, mips_debugfs_dir,  in debugfs_unaligned()2381 			   mips_debugfs_dir, &unaligned_action);  in debugfs_unaligned()
 
 | 
| D | mips-r2-to-r6-emul.c | 2354 	debugfs_create_file("r2_emul_stats", S_IRUGO, mips_debugfs_dir, NULL,  in mipsr2_init_debugfs()2356 	debugfs_create_file("r2_emul_stats_clear", S_IRUGO, mips_debugfs_dir,  in mipsr2_init_debugfs()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | debug.h | 16 extern struct dentry *mips_debugfs_dir;
 | 
| /Linux-v5.4/arch/mips/mm/ | 
| D | sc-debugfs.c | 56 	dir = debugfs_create_dir("l2cache", mips_debugfs_dir);  in sc_debugfs_init()
 | 
| /Linux-v5.4/arch/mips/math-emu/ | 
| D | me-debugfs.c | 194 						     mips_debugfs_dir);  in debugfs_fpuemu()196 	debugfs_create_file("fpuemustats_clear", 0444, mips_debugfs_dir, NULL,  in debugfs_fpuemu()
 
 |