Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/sh/kernel/
Dkdebugfs.c6 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()
/Linux-v6.1/arch/powerpc/kernel/
Dkdebugfs.c6 struct dentry *arch_debugfs_dir; variable
7 EXPORT_SYMBOL(arch_debugfs_dir);
11 arch_debugfs_dir = debugfs_create_dir("powerpc", NULL); in arch_kdebugfs_init()
Dsecurity.c110 arch_debugfs_dir, NULL, in barrier_nospec_debugfs_init()
118 debugfs_create_x64("security_features", 0400, arch_debugfs_dir, in security_feature_debugfs_init()
429 debugfs_create_file_unsafe("stf_barrier", 0600, arch_debugfs_dir, in stf_barrier_debugfs_init()
769 arch_debugfs_dir, NULL, in count_cache_flush_debugfs_init()
772 arch_debugfs_dir, NULL, in count_cache_flush_debugfs_init()
858 debugfs_create_file("rfi_flush", 0600, arch_debugfs_dir, NULL, &fops_rfi_flush); in rfi_flush_debugfs_init()
859 debugfs_create_file("entry_flush", 0600, arch_debugfs_dir, NULL, &fops_entry_flush); in rfi_flush_debugfs_init()
860 debugfs_create_file("uaccess_flush", 0600, arch_debugfs_dir, NULL, &fops_uaccess_flush); in rfi_flush_debugfs_init()
Deeh.c1916 arch_debugfs_dir, NULL, in eeh_init_proc()
1919 arch_debugfs_dir, &eeh_max_freezes); in eeh_init_proc()
1921 arch_debugfs_dir, in eeh_init_proc()
1924 arch_debugfs_dir, NULL, in eeh_init_proc()
1927 arch_debugfs_dir, NULL, in eeh_init_proc()
1930 arch_debugfs_dir, NULL, in eeh_init_proc()
1933 arch_debugfs_dir, NULL, in eeh_init_proc()
Ddawr.c104 arch_debugfs_dir, in dawr_force_setup()
Deeh_cache.c286 arch_debugfs_dir, NULL, in eeh_cache_debugfs_init()
/Linux-v6.1/arch/s390/kernel/
Dkdebugfs.c6 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()
/Linux-v6.1/arch/x86/kernel/
Dkdebugfs.c19 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()
Dnmi.c99 arch_debugfs_dir, &nmi_longest_ns); in nmi_warning_debugfs()
Dtboot.c426 arch_debugfs_dir, NULL, &tboot_log_fops); in tboot_late_init()
/Linux-v6.1/arch/sh/mm/
Dcache-debugfs.c101 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
103 debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
Dtlb-debugfs.c152 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()
Dasids-debugfs.c55 debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL, in asids_debugfs_init()
/Linux-v6.1/drivers/s390/cio/
Dcio_debugfs.c19 cio_debugfs_dir = debugfs_create_dir("cio", arch_debugfs_dir); in cio_debugfs_init()
/Linux-v6.1/arch/powerpc/mm/ptdump/
Dsegment_regs.c48 debugfs_create_file("segment_registers", 0400, arch_debugfs_dir, in sr_init()
Dbats.c96 arch_debugfs_dir, NULL, &bats_fops); in bats_init()
/Linux-v6.1/arch/x86/mm/
Dpkeys.c181 arch_debugfs_dir, NULL, &fops_init_pkru); in create_init_pkru_value()
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dopal-xscom.c192 root = debugfs_create_dir("scom", arch_debugfs_dir); in scom_debug_init()
Dopal-imc.c59 imc_debugfs_parent = debugfs_create_dir("imc", arch_debugfs_dir); in export_imc_mode_and_cmd()
Dmemtrace.c332 arch_debugfs_dir); in memtrace_init()
Dopal-lpc.c374 root = debugfs_create_dir("lpc", arch_debugfs_dir); in opal_lpc_init_debugfs()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Ddtl.c351 dtl_dir = debugfs_create_dir("dtl", arch_debugfs_dir); in dtl_init()
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dpgtable.c527 arch_debugfs_dir, in pgtable_debugfs_setup()
/Linux-v6.1/arch/powerpc/platforms/cell/
Daxon_msi.c478 debugfs_create_file(name, 0600, arch_debugfs_dir, msic, &fops_msic); in axon_msi_debug_setup()
/Linux-v6.1/include/linux/
Ddebugfs.h46 extern struct dentry *arch_debugfs_dir;

12