Lines Matching refs:pgd
289 static void effective_prot_pgd(struct ptdump_state *st, pgd_t pgd) in effective_prot_pgd() argument
291 effective_prot(st, 0, pgd_val(pgd)); in effective_prot_pgd()
411 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() argument
413 note_page(pt_st, addr, 0, pgd_val(pgd)); in note_page_pgd()
424 struct mm_struct *mm, pgd_t *pgd, in ptdump_walk_pgd_level_core() argument
458 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()
476 ptdump_walk_pgd_level_core(m, mm, mm->pgd, false, true); in ptdump_walk_pgd_level()
482 pgd_t *pgd = mm->pgd; in ptdump_walk_pgd_level_debugfs() local
485 pgd = kernel_to_user_pgdp(pgd); in ptdump_walk_pgd_level_debugfs()
487 ptdump_walk_pgd_level_core(m, mm, pgd, false, false); in ptdump_walk_pgd_level_debugfs()
493 pgd_t *pgd = INIT_PGD; in ptdump_walk_user_pgd_level_checkwx() local
500 pgd = kernel_to_user_pgdp(pgd); in ptdump_walk_user_pgd_level_checkwx()
501 ptdump_walk_pgd_level_core(NULL, &init_mm, pgd, true, false); in ptdump_walk_user_pgd_level_checkwx()