Lines Matching refs:pg_state
77 struct pg_state { struct
196 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
214 static void note_prot_uxn(struct pg_state *st, unsigned long addr) in note_prot_uxn()
228 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
243 static void note_page(struct pg_state *st, unsigned long addr, unsigned level, in note_page()
295 static void walk_pte(struct pg_state *st, pmd_t *pmdp, unsigned long start, in walk_pte()
306 static void walk_pmd(struct pg_state *st, pud_t *pudp, unsigned long start, in walk_pmd()
325 static void walk_pud(struct pg_state *st, pgd_t *pgdp, unsigned long start, in walk_pud()
344 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd()
366 struct pg_state st = { in ptdump_walk_pgd()
394 struct pg_state st = { in ptdump_check_wx()