Searched refs:d_mmu_debug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | p2m.c | 846 static struct dentry *d_mmu_debug; variable 852 d_mmu_debug = debugfs_create_dir("mmu", d_xen); in xen_p2m_debugfs() 854 debugfs_create_file("p2m", 0600, d_mmu_debug, NULL, &p2m_dump_fops); in xen_p2m_debugfs()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | p2m.c | 829 static struct dentry *d_mmu_debug; variable 835 d_mmu_debug = debugfs_create_dir("mmu", d_xen); in xen_p2m_debugfs() 837 debugfs_create_file("p2m", 0600, d_mmu_debug, NULL, &p2m_dump_fops); in xen_p2m_debugfs()
|
Completed in 3 milliseconds