Searched refs:mips_debugfs_dir (Results 1 – 8 of 8) sorted by relevance
/arch/mips/kernel/ |
D | spinlock_test.c | 122 if (!mips_debugfs_dir) in spinlock_test() 126 mips_debugfs_dir, NULL, in spinlock_test() 132 mips_debugfs_dir, NULL, in spinlock_test()
|
D | segment.c | 98 if (!mips_debugfs_dir) in segments_info() 102 mips_debugfs_dir, NULL, in segments_info()
|
D | setup.c | 945 struct dentry *mips_debugfs_dir; variable 953 mips_debugfs_dir = d; in debugfs_mips()
|
D | unaligned.c | 2339 if (!mips_debugfs_dir) in debugfs_unaligned() 2342 mips_debugfs_dir, &unaligned_instructions); in debugfs_unaligned() 2346 mips_debugfs_dir, &unaligned_action); in debugfs_unaligned()
|
D | mips-r2-to-r6-emul.c | 2383 if (!mips_debugfs_dir) in mipsr2_init_debugfs() 2387 mips_debugfs_dir, NULL, in mipsr2_init_debugfs() 2393 mips_debugfs_dir, NULL, in mipsr2_init_debugfs()
|
/arch/mips/mm/ |
D | sc-debugfs.c | 67 if (!mips_debugfs_dir) in sc_debugfs_init() 70 dir = debugfs_create_dir("l2cache", mips_debugfs_dir); in sc_debugfs_init()
|
/arch/mips/include/asm/ |
D | debug.h | 20 extern struct dentry *mips_debugfs_dir;
|
/arch/mips/math-emu/ |
D | me-debugfs.c | 203 if (!mips_debugfs_dir) in debugfs_fpuemu() 207 mips_debugfs_dir); in debugfs_fpuemu() 212 mips_debugfs_dir, NULL, in debugfs_fpuemu()
|