Lines Matching refs:pg_state
48 struct pg_state { struct
227 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
244 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
261 static void note_page(struct pg_state *st, unsigned long addr, in note_page()
310 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start, in walk_pte()
342 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd()
366 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud()
382 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d()
398 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd()
417 struct pg_state st = { in ptdump_walk_pgd()
455 struct pg_state st = { in ptdump_check_wx()