| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | security.c | 102 	debugfs_create_file("barrier_nospec", 0600, powerpc_debugfs_root, NULL,  in barrier_nospec_debugfs_init()110 	debugfs_create_x64("security_features", 0400, powerpc_debugfs_root,  in security_feature_debugfs_init()
 374 	debugfs_create_file("stf_barrier", 0600, powerpc_debugfs_root, NULL, &fops_stf_barrier);  in stf_barrier_debugfs_init()
 450 	debugfs_create_file("count_cache_flush", 0600, powerpc_debugfs_root,  in count_cache_flush_debugfs_init()
 
 | 
| D | setup-common.c | 764 struct dentry *powerpc_debugfs_root;  variable765 EXPORT_SYMBOL(powerpc_debugfs_root);
 769 	powerpc_debugfs_root = debugfs_create_dir("powerpc", NULL);  in powerpc_debugfs_init()
 771 	return powerpc_debugfs_root == NULL;  in powerpc_debugfs_init()
 
 | 
| D | dawr.c | 95 					   powerpc_debugfs_root,  in dawr_force_setup()
 | 
| D | eeh.c | 2074 					   powerpc_debugfs_root, NULL,  in eeh_init_proc()2077 				powerpc_debugfs_root, &eeh_max_freezes);  in eeh_init_proc()
 2079 				powerpc_debugfs_root,  in eeh_init_proc()
 2082 				powerpc_debugfs_root, NULL,  in eeh_init_proc()
 2085 				powerpc_debugfs_root, NULL,  in eeh_init_proc()
 2088 				powerpc_debugfs_root, NULL,  in eeh_init_proc()
 
 | 
| D | eeh_cache.c | 293 			powerpc_debugfs_root, NULL,  in eeh_cache_debugfs_init()
 | 
| D | setup_64.c | 974 	debugfs_create_file("rfi_flush", 0600, powerpc_debugfs_root, NULL, &fops_rfi_flush);  in rfi_flush_debugfs_init()
 | 
| D | traps.c | 2269 	if (!powerpc_debugfs_root)  in ppc_warn_emulated_init()2273 				 powerpc_debugfs_root);  in ppc_warn_emulated_init()
 
 | 
| D | fadump.c | 1449 					powerpc_debugfs_root, NULL,  in fadump_init_files()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | debugfs.h | 11 extern struct dentry *powerpc_debugfs_root;
 | 
| /Linux-v5.4/arch/powerpc/mm/ptdump/ | 
| D | segment_regs.c | 61 					   powerpc_debugfs_root, NULL, &sr_fops);  in sr_init()
 | 
| D | bats.c | 170 					   powerpc_debugfs_root, NULL, &bats_fops);  in bats_init()
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | opal-xscom.c | 192 	root = debugfs_create_dir("scom", powerpc_debugfs_root);  in scom_debug_init()
 | 
| D | memtrace.c | 316 						  powerpc_debugfs_root);  in memtrace_init()
 | 
| D | opal-imc.c | 60 	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()
 | 
| D | pci-ioda.c | 3108 		phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root);  in pnv_pci_ioda_create_dbgfs()
 | 
| /Linux-v5.4/arch/powerpc/platforms/pseries/ | 
| D | dtl.c | 347 	dtl_dir = debugfs_create_dir("dtl", powerpc_debugfs_root);  in dtl_init()
 | 
| D | lpar.c | 2000 	vpa_dir = debugfs_create_dir("vpa", powerpc_debugfs_root);  in vpa_debugfs_init()
 | 
| /Linux-v5.4/arch/powerpc/mm/book3s64/ | 
| D | pgtable.c | 513 			powerpc_debugfs_root,  in pgtable_debugfs_setup()
 | 
| D | hash_utils.c | 1993 	if (!debugfs_create_file_unsafe("hpt_order", 0600, powerpc_debugfs_root,  in hash64_debugfs()
 | 
| /Linux-v5.4/arch/powerpc/platforms/cell/ | 
| D | axon_msi.c | 483 	if (!debugfs_create_file(name, 0600, powerpc_debugfs_root,  in axon_msi_debug_setup()
 | 
| /Linux-v5.4/arch/powerpc/kvm/ | 
| D | book3s_xive_native.c | 1244 	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 | 2153 	xive->dentry = debugfs_create_file(name, S_IRUGO, powerpc_debugfs_root,  in xive_debugfs_init()
 | 
| /Linux-v5.4/arch/powerpc/xmon/ | 
| D | xmon.c | 3830 	debugfs_create_file("xmon", 0600, powerpc_debugfs_root, NULL,  in setup_xmon_dbgfs()
 |