Searched refs:powerpc_debugfs_root (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup-common.c | 730 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()
|
D | eeh.c | 1783 powerpc_debugfs_root, NULL, in eeh_init_proc() 1786 powerpc_debugfs_root, NULL, in eeh_init_proc()
|
D | traps.c | 1937 if (!powerpc_debugfs_root) in ppc_warn_emulated_init() 1941 powerpc_debugfs_root); in ppc_warn_emulated_init()
|
D | fadump.c | 1267 powerpc_debugfs_root, NULL, in fadump_init_files()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | debug.h | 11 extern struct dentry *powerpc_debugfs_root;
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | scom.c | 220 root = debugfs_create_dir("scom", powerpc_debugfs_root); in scom_debug_init()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 379 root = debugfs_create_dir("lpc", powerpc_debugfs_root); in opal_lpc_init_debugfs()
|
D | pci-ioda.c | 2915 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); in pnv_pci_ioda_create_dbgfs()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | dtl.c | 360 dtl_dir = debugfs_create_dir("dtl", powerpc_debugfs_root); in dtl_init()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 487 if (!debugfs_create_file(name, 0600, powerpc_debugfs_root, in axon_msi_debug_setup()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_xics.c | 992 xics->dentry = debugfs_create_file(name, S_IRUGO, powerpc_debugfs_root, in xics_debugfs_init()
|