Searched defs:d_xen (Results 1 - 2 of 2) sorted by relevance

/arch/x86/xen/
H A Dspinlock.c314 struct dentry *d_xen = xen_init_debugfs(); local
316 if (d_xen == NULL)
322 d_spin_debug = debugfs_create_dir("spinlocks", d_xen);
H A Dp2m.c1286 struct dentry *d_xen = xen_init_debugfs(); local
1288 if (d_xen == NULL)
1291 d_mmu_debug = debugfs_create_dir("mmu", d_xen);

Completed in 60 milliseconds