Searched refs:ptdump_walk_pgd_level_core (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/mm/ |
D | dump_pagetables.c | 518 static void ptdump_walk_pgd_level_core(struct seq_file *m, pgd_t *pgd, in ptdump_walk_pgd_level_core() function 571 ptdump_walk_pgd_level_core(m, pgd, false, true); in ptdump_walk_pgd_level() 580 ptdump_walk_pgd_level_core(m, pgd, false, false); in ptdump_walk_pgd_level_debugfs() 595 ptdump_walk_pgd_level_core(NULL, pgd, true, false); in ptdump_walk_user_pgd_level_checkwx() 601 ptdump_walk_pgd_level_core(NULL, NULL, true, false); in ptdump_walk_pgd_level_checkwx()
|