Searched refs:arch_debugfs_dir (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
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() 12 if (IS_ERR(arch_debugfs_dir)) in arch_kdebugfs_init() 13 arch_debugfs_dir = NULL; in arch_kdebugfs_init()
|
D | sysinfo.c | 547 stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir); in stsi_init_debugfs()
|
/Linux-v4.19/arch/sh/kernel/ |
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() 12 if (!arch_debugfs_dir) in arch_kdebugfs_init()
|
/Linux-v4.19/arch/x86/kernel/ |
D | kdebugfs.c | 20 struct dentry *arch_debugfs_dir; variable 21 EXPORT_SYMBOL(arch_debugfs_dir); 158 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init() 192 arch_debugfs_dir = debugfs_create_dir("x86", NULL); in arch_kdebugfs_init() 193 if (!arch_debugfs_dir) in arch_kdebugfs_init()
|
D | nmi.c | 99 arch_debugfs_dir, &nmi_longest_ns); in nmi_warning_debugfs()
|
D | tboot.c | 430 arch_debugfs_dir, NULL, &tboot_log_fops); in tboot_late_init()
|
/Linux-v4.19/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 | 68 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, in asids_debugfs_init()
|
D | pmb.c | 867 arch_debugfs_dir, NULL, &pmb_debugfs_fops); in pmb_debugfs_init()
|
/Linux-v4.19/arch/x86/mm/ |
D | pkeys.c | 210 arch_debugfs_dir, NULL, &fops_init_pkru); in create_init_pkru_value()
|
D | tlb.c | 767 arch_debugfs_dir, NULL, &fops_tlbflush); in create_tlb_single_page_flush_ceiling()
|
D | pat.c | 1167 arch_debugfs_dir, NULL, &memtype_fops); in pat_memtype_list_init()
|
/Linux-v4.19/include/linux/ |
D | debugfs.h | 40 extern struct dentry *arch_debugfs_dir;
|