Searched refs:ptdump_show (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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.4.14/arch/arm64/mm/ |
D | dump.c | 312 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 327 return single_open(file, ptdump_show, NULL); in ptdump_open()
|
/linux-4.4.14/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.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 436 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 444 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|