Searched refs:mips_debugfs_dir (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | spinlock_test.c | 121 debugfs_create_file_unsafe("spin_single", S_IRUGO, mips_debugfs_dir, NULL, in spinlock_test() 123 debugfs_create_file_unsafe("spin_multi", S_IRUGO, mips_debugfs_dir, NULL, in spinlock_test()
|
D | segment.c | 88 debugfs_create_file("segments", S_IRUGO, mips_debugfs_dir, NULL, in segments_info()
|
D | setup.c | 816 struct dentry *mips_debugfs_dir; variable 819 mips_debugfs_dir = debugfs_create_dir("mips", NULL); in debugfs_mips()
|
D | unaligned.c | 1565 debugfs_create_u32("unaligned_instructions", S_IRUGO, mips_debugfs_dir, in debugfs_unaligned() 1568 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-6.1.9/arch/mips/include/asm/ |
D | debug.h | 16 extern struct dentry *mips_debugfs_dir;
|
/linux-6.1.9/arch/mips/mm/ |
D | sc-debugfs.c | 56 dir = debugfs_create_dir("l2cache", mips_debugfs_dir); in sc_debugfs_init()
|
/linux-6.1.9/arch/mips/math-emu/ |
D | me-debugfs.c | 195 mips_debugfs_dir); in debugfs_fpuemu() 197 debugfs_create_file("fpuemustats_clear", 0444, mips_debugfs_dir, NULL, in debugfs_fpuemu()
|