Searched refs:mips_debugfs_dir (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | spinlock_test.c | 123 if (!mips_debugfs_dir) in spinlock_test() 127 mips_debugfs_dir, NULL, in spinlock_test() 133 mips_debugfs_dir, NULL, in spinlock_test()
|
D | segment.c | 101 if (!mips_debugfs_dir) in segments_info() 105 mips_debugfs_dir, NULL, in segments_info()
|
D | setup.c | 1064 struct dentry *mips_debugfs_dir; variable 1072 mips_debugfs_dir = d; in debugfs_mips()
|
D | unaligned.c | 2374 if (!mips_debugfs_dir) in debugfs_unaligned() 2377 mips_debugfs_dir, &unaligned_instructions); in debugfs_unaligned() 2381 mips_debugfs_dir, &unaligned_action); in debugfs_unaligned()
|
D | mips-r2-to-r6-emul.c | 2385 if (!mips_debugfs_dir) in mipsr2_init_debugfs() 2389 mips_debugfs_dir, NULL, in mipsr2_init_debugfs() 2395 mips_debugfs_dir, NULL, in mipsr2_init_debugfs()
|
/Linux-v4.19/arch/mips/mm/ |
D | sc-debugfs.c | 60 if (!mips_debugfs_dir) in sc_debugfs_init() 63 dir = debugfs_create_dir("l2cache", mips_debugfs_dir); in sc_debugfs_init()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | debug.h | 20 extern struct dentry *mips_debugfs_dir;
|
/Linux-v4.19/arch/mips/math-emu/ |
D | me-debugfs.c | 204 if (!mips_debugfs_dir) in debugfs_fpuemu() 208 mips_debugfs_dir); in debugfs_fpuemu() 213 mips_debugfs_dir, NULL, in debugfs_fpuemu()
|