/Linux-v5.10/arch/powerpc/kernel/ |
D | security.c | 107 powerpc_debugfs_root, NULL, in barrier_nospec_debugfs_init() 115 debugfs_create_x64("security_features", 0400, powerpc_debugfs_root, in security_feature_debugfs_init() 424 debugfs_create_file_unsafe("stf_barrier", 0600, powerpc_debugfs_root, in stf_barrier_debugfs_init() 577 powerpc_debugfs_root, NULL, in count_cache_flush_debugfs_init()
|
D | dawr.c | 104 powerpc_debugfs_root, in dawr_force_setup()
|
D | setup-common.c | 781 struct dentry *powerpc_debugfs_root; variable 782 EXPORT_SYMBOL(powerpc_debugfs_root); 786 powerpc_debugfs_root = debugfs_create_dir("powerpc", NULL); in powerpc_debugfs_init()
|
D | eeh.c | 1876 powerpc_debugfs_root, NULL, in eeh_init_proc() 1879 powerpc_debugfs_root, &eeh_max_freezes); in eeh_init_proc() 1881 powerpc_debugfs_root, in eeh_init_proc() 1884 powerpc_debugfs_root, NULL, in eeh_init_proc() 1887 powerpc_debugfs_root, NULL, in eeh_init_proc() 1890 powerpc_debugfs_root, NULL, in eeh_init_proc()
|
D | setup_64.c | 1198 debugfs_create_file("rfi_flush", 0600, powerpc_debugfs_root, NULL, &fops_rfi_flush); in rfi_flush_debugfs_init() 1199 debugfs_create_file("entry_flush", 0600, powerpc_debugfs_root, NULL, &fops_entry_flush); in rfi_flush_debugfs_init() 1200 debugfs_create_file("uaccess_flush", 0600, powerpc_debugfs_root, NULL, &fops_uaccess_flush); in rfi_flush_debugfs_init()
|
D | eeh_cache.c | 286 powerpc_debugfs_root, NULL, in eeh_cache_debugfs_init()
|
D | fadump.c | 1560 debugfs_create_file("fadump_region", 0444, powerpc_debugfs_root, NULL, in fadump_init_files()
|
D | traps.c | 2298 powerpc_debugfs_root); in ppc_warn_emulated_init()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | debugfs.h | 11 extern struct dentry *powerpc_debugfs_root;
|
/Linux-v5.10/arch/powerpc/mm/ptdump/ |
D | segment_regs.c | 58 debugfs_create_file("segment_registers", 0400, powerpc_debugfs_root, in sr_init()
|
D | bats.c | 106 powerpc_debugfs_root, NULL, &bats_fops); in bats_init()
|
/Linux-v5.10/arch/powerpc/platforms/powernv/ |
D | opal-xscom.c | 192 root = debugfs_create_dir("scom", powerpc_debugfs_root); in scom_debug_init()
|
D | memtrace.c | 305 powerpc_debugfs_root); in memtrace_init()
|
D | opal-imc.c | 59 imc_debugfs_parent = debugfs_create_dir("imc", powerpc_debugfs_root); in export_imc_mode_and_cmd()
|
D | opal-lpc.c | 374 root = debugfs_create_dir("lpc", powerpc_debugfs_root); in opal_lpc_init_debugfs()
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | dtl.c | 341 dtl_dir = debugfs_create_dir("dtl", powerpc_debugfs_root); in dtl_init()
|
D | lpar.c | 2021 vpa_dir = debugfs_create_dir("vpa", powerpc_debugfs_root); in vpa_debugfs_init()
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 510 powerpc_debugfs_root, in pgtable_debugfs_setup()
|
D | hash_utils.c | 2029 debugfs_create_file("hpt_order", 0600, powerpc_debugfs_root, NULL, in hash64_debugfs()
|
/Linux-v5.10/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 483 debugfs_create_file(name, 0600, powerpc_debugfs_root, msic, &fops_msic); in axon_msi_debug_setup()
|
/Linux-v5.10/arch/powerpc/sysdev/xive/ |
D | common.c | 1668 debugfs_create_file("xive", 0400, powerpc_debugfs_root, in xive_core_debug_init()
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_xive_native.c | 1249 xive->dentry = debugfs_create_file(name, 0444, powerpc_debugfs_root, in xive_native_debugfs_init()
|
D | book3s_xics.c | 1027 xics->dentry = debugfs_create_file(name, 0444, powerpc_debugfs_root, in xics_debugfs_init()
|
D | book3s_xive.c | 2224 xive->dentry = debugfs_create_file(name, S_IRUGO, powerpc_debugfs_root, in xive_debugfs_init()
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 4004 debugfs_create_file("xmon", 0600, powerpc_debugfs_root, NULL, in setup_xmon_dbgfs()
|