Searched refs:ptdump_fops (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/arm/mm/ |
| D | ptdump_debugfs.c | 20 static const struct file_operations ptdump_fops = { variable 29 debugfs_create_file(name, 0400, NULL, info, &ptdump_fops); in ptdump_debugfs_register()
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | ptdump_debugfs.c | 17 debugfs_create_file(name, 0400, NULL, info, &ptdump_fops); in ptdump_debugfs_register()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | debug_pagetables.c | 59 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
|
| /Linux-v5.4/arch/s390/mm/ |
| D | dump_pagetables.c | 270 static const struct file_operations ptdump_fops = { variable 289 debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, &ptdump_fops); in pt_dump_init()
|
| /Linux-v5.4/arch/powerpc/mm/ptdump/ |
| D | ptdump.c | 372 static const struct file_operations ptdump_fops = { variable 421 NULL, &ptdump_fops); in ptdump_init()
|
| D | hashpagetable.c | 521 static const struct file_operations ptdump_fops = { variable 535 0400, NULL, NULL, &ptdump_fops); in ptdump_init()
|