arch_debugfs_dir    6 arch/s390/kernel/kdebugfs.c struct dentry *arch_debugfs_dir;
arch_debugfs_dir    7 arch/s390/kernel/kdebugfs.c EXPORT_SYMBOL(arch_debugfs_dir);
arch_debugfs_dir   11 arch/s390/kernel/kdebugfs.c 	arch_debugfs_dir = debugfs_create_dir("s390", NULL);
arch_debugfs_dir  547 arch/s390/kernel/sysinfo.c 	stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir);
arch_debugfs_dir    6 arch/sh/kernel/kdebugfs.c struct dentry *arch_debugfs_dir;
arch_debugfs_dir    7 arch/sh/kernel/kdebugfs.c EXPORT_SYMBOL(arch_debugfs_dir);
arch_debugfs_dir   11 arch/sh/kernel/kdebugfs.c 	arch_debugfs_dir = debugfs_create_dir("sh", NULL);
arch_debugfs_dir   66 arch/sh/mm/asids-debugfs.c 	debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL,
arch_debugfs_dir  112 arch/sh/mm/cache-debugfs.c 	debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir,
arch_debugfs_dir  114 arch/sh/mm/cache-debugfs.c 	debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir,
arch_debugfs_dir  864 arch/sh/mm/pmb.c 	debugfs_create_file("pmb", S_IFREG | S_IRUGO, arch_debugfs_dir, NULL,
arch_debugfs_dir  152 arch/sh/mm/tlb-debugfs.c 	debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir,
arch_debugfs_dir  154 arch/sh/mm/tlb-debugfs.c 	debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir,
arch_debugfs_dir   19 arch/x86/kernel/kdebugfs.c struct dentry *arch_debugfs_dir;
arch_debugfs_dir   20 arch/x86/kernel/kdebugfs.c EXPORT_SYMBOL(arch_debugfs_dir);
arch_debugfs_dir  138 arch/x86/kernel/kdebugfs.c 	dbp = debugfs_create_dir("boot_params", arch_debugfs_dir);
arch_debugfs_dir  155 arch/x86/kernel/kdebugfs.c 	arch_debugfs_dir = debugfs_create_dir("x86", NULL);
arch_debugfs_dir  102 arch/x86/kernel/nmi.c 			arch_debugfs_dir, &nmi_longest_ns);
arch_debugfs_dir  417 arch/x86/kernel/tboot.c 			arch_debugfs_dir, NULL, &tboot_log_fops);
arch_debugfs_dir  177 arch/x86/mm/pageattr.c 	debugfs_create_file("cpa_stats", S_IRUSR, arch_debugfs_dir, NULL,
arch_debugfs_dir 1177 arch/x86/mm/pat.c 				    arch_debugfs_dir, NULL, &memtype_fops);
arch_debugfs_dir  196 arch/x86/mm/pkeys.c 			arch_debugfs_dir, NULL, &fops_init_pkru);
arch_debugfs_dir  918 arch/x86/mm/tlb.c 			    arch_debugfs_dir, NULL, &fops_tlbflush);
arch_debugfs_dir   40 include/linux/debugfs.h extern struct dentry *arch_debugfs_dir;