Lines Matching refs:pg_state
55 struct pg_state { struct
113 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info()
145 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr()
174 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
188 static void note_page(struct pg_state *st, unsigned long addr, in note_page()
247 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte()
260 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd()
276 static void walk_pud(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_pud()
292 static void walk_pagetables(struct pg_state *st) in walk_pagetables()
349 struct pg_state st = { in ptdump_show()
392 struct pg_state st = { in ptdump_check_wx()