Home
last modified time | relevance | path

Searched refs:powerpc_debugfs_root (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c730 struct dentry *powerpc_debugfs_root; variable
731 EXPORT_SYMBOL(powerpc_debugfs_root);
735 powerpc_debugfs_root = debugfs_create_dir("powerpc", NULL); in powerpc_debugfs_init()
737 return powerpc_debugfs_root == NULL; in powerpc_debugfs_init()
Deeh.c1783 powerpc_debugfs_root, NULL, in eeh_init_proc()
1786 powerpc_debugfs_root, NULL, in eeh_init_proc()
Dtraps.c1937 if (!powerpc_debugfs_root) in ppc_warn_emulated_init()
1941 powerpc_debugfs_root); in ppc_warn_emulated_init()
Dfadump.c1267 powerpc_debugfs_root, NULL, in fadump_init_files()
/linux-4.4.14/arch/powerpc/include/asm/
Ddebug.h11 extern struct dentry *powerpc_debugfs_root;
/linux-4.4.14/arch/powerpc/sysdev/
Dscom.c220 root = debugfs_create_dir("scom", powerpc_debugfs_root); in scom_debug_init()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-lpc.c379 root = debugfs_create_dir("lpc", powerpc_debugfs_root); in opal_lpc_init_debugfs()
Dpci-ioda.c2915 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); in pnv_pci_ioda_create_dbgfs()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Ddtl.c360 dtl_dir = debugfs_create_dir("dtl", powerpc_debugfs_root); in dtl_init()
/linux-4.4.14/arch/powerpc/platforms/cell/
Daxon_msi.c487 if (!debugfs_create_file(name, 0600, powerpc_debugfs_root, in axon_msi_debug_setup()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_xics.c992 xics->dentry = debugfs_create_file(name, S_IRUGO, powerpc_debugfs_root, in xics_debugfs_init()