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

/linux-4.1.27/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); arch_kdebugfs_init()
11 if (!arch_debugfs_dir) arch_kdebugfs_init()
/linux-4.1.27/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); arch_kdebugfs_init()
205 if (!arch_debugfs_dir) arch_kdebugfs_init()
H A Dtboot.c430 arch_debugfs_dir, NULL, &tboot_log_fops); tboot_late_init()
H A Dnmi.c94 arch_debugfs_dir, &nmi_longest_ns); nmi_warning_debugfs()
/linux-4.1.27/drivers/sh/intc/
H A Dvirq-debugfs.c55 * XXX.. use arch_debugfs_dir here when all of the intc users are intc_irq_xlate_init()
/linux-4.1.27/arch/sh/mm/
H A Dcache-debugfs.c114 dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, cache_debugfs_init()
120 icache_dentry = debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, cache_debugfs_init()
H A Dtlb-debugfs.c154 itlb = debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, tlb_debugfs_init()
160 utlb = debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, tlb_debugfs_init()
H A Dasids-debugfs.c66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, asids_debugfs_init()
H A Dpmb.c867 arch_debugfs_dir, NULL, &pmb_debugfs_fops); pmb_debugfs_init()
/linux-4.1.27/arch/x86/mm/
H A Dtlb.c345 arch_debugfs_dir, NULL, &fops_tlbflush); create_tlb_single_page_flush_ceiling()
H A Dpat.c1001 arch_debugfs_dir, NULL, &memtype_fops); pat_memtype_list_init()
/linux-4.1.27/include/linux/
H A Ddebugfs.h42 extern struct dentry *arch_debugfs_dir;

Completed in 772 milliseconds