Home
last modified time | relevance | path

Searched refs:arch_debugfs_dir (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
Dkdebugfs.c5 struct dentry *arch_debugfs_dir; variable
6 EXPORT_SYMBOL(arch_debugfs_dir);
10 arch_debugfs_dir = debugfs_create_dir("sh", NULL); in arch_kdebugfs_init()
11 if (!arch_debugfs_dir) in arch_kdebugfs_init()
/linux-4.4.14/arch/x86/kernel/
Dkdebugfs.c20 struct dentry *arch_debugfs_dir; variable
21 EXPORT_SYMBOL(arch_debugfs_dir);
204 arch_debugfs_dir = debugfs_create_dir("x86", NULL); in arch_kdebugfs_init()
205 if (!arch_debugfs_dir) in arch_kdebugfs_init()
Dnmi.c94 arch_debugfs_dir, &nmi_longest_ns); in nmi_warning_debugfs()
Dtboot.c430 arch_debugfs_dir, NULL, &tboot_log_fops); in tboot_late_init()
/linux-4.4.14/arch/sh/mm/
Dcache-debugfs.c114 dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
120 icache_dentry = debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
Dtlb-debugfs.c154 itlb = debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
160 utlb = debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
Dasids-debugfs.c66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, in asids_debugfs_init()
Dpmb.c867 arch_debugfs_dir, NULL, &pmb_debugfs_fops); in pmb_debugfs_init()
/linux-4.4.14/arch/x86/mm/
Dtlb.c352 arch_debugfs_dir, NULL, &fops_tlbflush); in create_tlb_single_page_flush_ceiling()
Dpat.c1086 arch_debugfs_dir, NULL, &memtype_fops); in pat_memtype_list_init()
/linux-4.4.14/include/linux/
Ddebugfs.h42 extern struct dentry *arch_debugfs_dir;