Searched refs:arch_debugfs_dir (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | kdebugfs.c | 6 struct dentry *arch_debugfs_dir; variable 7 EXPORT_SYMBOL(arch_debugfs_dir); 11 arch_debugfs_dir = debugfs_create_dir("sh", NULL); in arch_kdebugfs_init()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kdebugfs.c | 6 struct dentry *arch_debugfs_dir; variable 7 EXPORT_SYMBOL(arch_debugfs_dir); 11 arch_debugfs_dir = debugfs_create_dir("s390", NULL); in arch_kdebugfs_init()
|
| H A D | sysinfo.c | 547 stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir); in stsi_init_debugfs()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kdebugfs.c | 19 struct dentry *arch_debugfs_dir; variable 20 EXPORT_SYMBOL(arch_debugfs_dir); 170 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init() 187 arch_debugfs_dir = debugfs_create_dir("x86", NULL); in arch_kdebugfs_init()
|
| H A D | nmi.c | 99 arch_debugfs_dir, &nmi_longest_ns); in nmi_warning_debugfs()
|
| H A D | tboot.c | 420 arch_debugfs_dir, NULL, &tboot_log_fops); in tboot_late_init()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | cache-debugfs.c | 112 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init() 114 debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
|
| H A D | tlb-debugfs.c | 152 debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init() 154 debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
|
| H A D | asids-debugfs.c | 66 debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL, in asids_debugfs_init()
|
| H A D | pmb.c | 864 debugfs_create_file("pmb", S_IFREG | S_IRUGO, arch_debugfs_dir, NULL, in pmb_debugfs_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pkeys.c | 196 arch_debugfs_dir, NULL, &fops_init_pkru); in create_init_pkru_value()
|
| H A D | tlb.c | 1226 arch_debugfs_dir, NULL, &fops_tlbflush); in create_tlb_single_page_flush_ceiling()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | debugfs.h | 46 extern struct dentry *arch_debugfs_dir;
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | memtype.c | 1217 arch_debugfs_dir, NULL, &memtype_fops); in pat_memtype_list_init()
|
| H A D | set_memory.c | 183 debugfs_create_file("cpa_stats", S_IRUSR, arch_debugfs_dir, NULL, in cpa_stats_init()
|