Searched refs:ptdump_show (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/arch/arm/mm/ |
| D | ptdump_debugfs.c | 7 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 17 return single_open(file, ptdump_show, inode->i_private); in ptdump_open()
|
| /Linux-v4.19/arch/x86/mm/ |
| D | debug_pagetables.c | 7 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 15 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|
| /Linux-v4.19/arch/arm64/mm/ |
| D | ptdump_debugfs.c | 7 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function
|
| /Linux-v4.19/arch/s390/mm/ |
| D | dump_pagetables.c | 216 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 224 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|
| /Linux-v4.19/arch/powerpc/mm/ |
| D | dump_linuxpagetables.c | 471 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 487 return single_open(file, ptdump_show, NULL); in ptdump_open()
|
| D | dump_hashpagetable.c | 509 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 528 return single_open(file, ptdump_show, NULL); in ptdump_open()
|