Searched refs:xive_dir (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/sysdev/xive/ |
D | common.c | 1830 struct dentry *xive_dir; in xive_core_debugfs_create() local 1835 xive_dir = debugfs_create_dir("xive", arch_debugfs_dir); in xive_core_debugfs_create() 1836 if (IS_ERR(xive_dir)) in xive_core_debugfs_create() 1839 debugfs_create_file("ipis", 0400, xive_dir, in xive_core_debugfs_create() 1841 debugfs_create_file("interrupts", 0400, xive_dir, in xive_core_debugfs_create() 1843 xive_eq_dir = debugfs_create_dir("eqs", xive_dir); in xive_core_debugfs_create() 1849 debugfs_create_bool("store-eoi", 0600, xive_dir, &xive_store_eoi); in xive_core_debugfs_create() 1852 xive_ops->debug_create(xive_dir); in xive_core_debugfs_create()
|
D | xive-internal.h | 61 int (*debug_create)(struct dentry *xive_dir);
|
D | native.c | 465 static int xive_native_debug_create(struct dentry *xive_dir) in xive_native_debug_create() argument 467 debugfs_create_bool("save-restore", 0600, xive_dir, &xive_has_save_restore); in xive_native_debug_create()
|