Searched refs:arch_debugfs_dir (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/sh/kernel/ |
D | kdebugfs.c | 5 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-3.3/arch/x86/kernel/ |
D | kdebugfs.c | 20 struct dentry *arch_debugfs_dir; variable 21 EXPORT_SYMBOL(arch_debugfs_dir); 209 arch_debugfs_dir = debugfs_create_dir("x86", NULL); in arch_kdebugfs_init() 210 if (!arch_debugfs_dir) in arch_kdebugfs_init()
|
/linux-3.3/arch/sh/mm/ |
D | cache-debugfs.c | 114 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()
|
D | tlb-debugfs.c | 154 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()
|
D | asids-debugfs.c | 66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, in asids_debugfs_init()
|
D | pmb.c | 868 arch_debugfs_dir, NULL, &pmb_debugfs_fops); in pmb_debugfs_init()
|
/linux-3.3/include/linux/ |
D | debugfs.h | 41 extern struct dentry *arch_debugfs_dir;
|
/linux-3.3/arch/x86/mm/ |
D | pat.c | 821 arch_debugfs_dir, NULL, &memtype_fops); in pat_memtype_list_init()
|