Searched refs:ptdump_fops (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ptdump_debugfs.c | 21 debugfs_create_file(name, 0400, NULL, info, &ptdump_fops); in ptdump_debugfs_register()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | ptdump.c | 343 &ptdump_fops); in ptdump_init() 347 &ptdump_fops); in ptdump_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | debug_pagetables.c | 53 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 422 static const struct file_operations ptdump_fops = { variable 469 &ptdump_fops); in ptdump_init()
|
| H A D | hashpagetable.c | 534 static const struct file_operations ptdump_fops = { variable 546 &ptdump_fops); in ptdump_init()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | dump_pagetables.c | 267 debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, &ptdump_fops); in pt_dump_init()
|