Searched refs:ptdump_show (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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-v5.4/arch/arm64/mm/ |
D | ptdump_debugfs.c | 7 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function
|
/Linux-v5.4/arch/x86/mm/ |
D | debug_pagetables.c | 8 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function
|
/Linux-v5.4/arch/s390/mm/ |
D | dump_pagetables.c | 259 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 267 return single_open(filp, ptdump_show, NULL); in ptdump_open()
|
/Linux-v5.4/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 347 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 369 return single_open(file, ptdump_show, NULL); in ptdump_open()
|
D | hashpagetable.c | 499 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show() function 518 return single_open(file, ptdump_show, NULL); in ptdump_open()
|