Lines Matching refs:pg_state
71 struct pg_state { struct
190 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
208 static void note_prot_uxn(struct pg_state *st, unsigned long addr) in note_prot_uxn()
222 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
237 static void note_page(struct pg_state *st, unsigned long addr, unsigned level, in note_page()
289 static void walk_pte(struct pg_state *st, pmd_t *pmdp, unsigned long start) in walk_pte()
301 static void walk_pmd(struct pg_state *st, pud_t *pudp, unsigned long start) in walk_pmd()
320 static void walk_pud(struct pg_state *st, pgd_t *pgdp, unsigned long start) in walk_pud()
339 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd()
361 struct pg_state st = { in ptdump_walk_pgd()
389 struct pg_state st = { in ptdump_check_wx()