Home
last modified time | relevance | path

Searched refs:mips_debugfs_dir (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/mips/kernel/
Dspinlock_test.c121 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()
Dsegment.c88 debugfs_create_file("segments", S_IRUGO, mips_debugfs_dir, NULL, in segments_info()
Dsetup.c816 struct dentry *mips_debugfs_dir; variable
819 mips_debugfs_dir = debugfs_create_dir("mips", NULL); in debugfs_mips()
Dunaligned.c1565 debugfs_create_u32("unaligned_instructions", S_IRUGO, mips_debugfs_dir, in debugfs_unaligned()
1568 mips_debugfs_dir, &unaligned_action); in debugfs_unaligned()
Dmips-r2-to-r6-emul.c2354 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/
Ddebug.h16 extern struct dentry *mips_debugfs_dir;
/linux-6.1.9/arch/mips/mm/
Dsc-debugfs.c56 dir = debugfs_create_dir("l2cache", mips_debugfs_dir); in sc_debugfs_init()
/linux-6.1.9/arch/mips/math-emu/
Dme-debugfs.c195 mips_debugfs_dir); in debugfs_fpuemu()
197 debugfs_create_file("fpuemustats_clear", 0444, mips_debugfs_dir, NULL, in debugfs_fpuemu()