Searched refs:ptdump_walk_pgd_level_core (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/mm/ |
D | dump_pagetables.c | 365 bool ptdump_walk_pgd_level_core(struct seq_file *m, in ptdump_walk_pgd_level_core() function 409 ptdump_walk_pgd_level_core(m, mm, mm->pgd, false, true); in ptdump_walk_pgd_level() 420 ptdump_walk_pgd_level_core(m, mm, pgd, false, false); in ptdump_walk_pgd_level_debugfs() 435 ptdump_walk_pgd_level_core(NULL, &init_mm, pgd, true, false); in ptdump_walk_user_pgd_level_checkwx() 444 return ptdump_walk_pgd_level_core(NULL, &init_mm, INIT_PGD, true, false); in ptdump_walk_pgd_level_checkwx()
|
/linux-6.12.1/include/linux/ |
D | ptdump.h | 21 bool ptdump_walk_pgd_level_core(struct seq_file *m,
|