Searched refs:ptdump_show (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/mm/ |
D | dump_pagetables.c | 192 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 200 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|
/linux-4.1.27/arch/arm64/mm/ |
D | dump.c | 296 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 311 return single_open(file, ptdump_show, NULL); in ptdump_open()
|
/linux-4.1.27/arch/arm/mm/ |
D | dump.c | 326 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 334 return single_open(file, ptdump_show, NULL); in ptdump_open()
|
/linux-4.1.27/arch/x86/mm/ |
D | dump_pagetables.c | 383 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 391 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|