Searched refs:arch_debugfs_dir (Results 1 - 10 of 10) sorted by relevance

/arch/sh/kernel/
H A Dkdebugfs.c5 struct dentry *arch_debugfs_dir; variable in typeref:struct:dentry
6 EXPORT_SYMBOL(arch_debugfs_dir); variable
10 arch_debugfs_dir = debugfs_create_dir("sh", NULL);
11 if (!arch_debugfs_dir)
/arch/x86/kernel/
H A Dkdebugfs.c20 struct dentry *arch_debugfs_dir; variable in typeref:struct:dentry
21 EXPORT_SYMBOL(arch_debugfs_dir); variable
204 arch_debugfs_dir = debugfs_create_dir("x86", NULL);
205 if (!arch_debugfs_dir)
H A Dnmi.c94 arch_debugfs_dir, &nmi_longest_ns);
H A Dtboot.c430 arch_debugfs_dir, NULL, &tboot_log_fops);
/arch/sh/mm/
H A Dcache-debugfs.c114 dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir,
120 icache_dentry = debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir,
H A Dasids-debugfs.c66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir,
H A Dtlb-debugfs.c154 itlb = debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir,
160 utlb = debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir,
H A Dpmb.c867 arch_debugfs_dir, NULL, &pmb_debugfs_fops);
/arch/x86/mm/
H A Dtlb.c325 arch_debugfs_dir, NULL, &fops_tlbflush);
H A Dpat.c877 arch_debugfs_dir, NULL, &memtype_fops);

Completed in 167 milliseconds