Home
last modified time | relevance | path

Searched refs:pg_state (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/mm/ptdump/
Dptdump.c58 struct pg_state { struct
138 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info()
170 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr()
183 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
199 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state()
218 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
302 struct pg_state st = { in ptdump_show()
332 struct pg_state st = { in ptdump_check_wx()
Dhashpagetable.c25 struct pg_state { struct
141 static int calculate_pagesize(struct pg_state *st, int ps, char s[]) in calculate_pagesize()
154 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info()
183 static void dump_hpte_info(struct pg_state *st, unsigned long ea, u64 v, u64 r, in dump_hpte_info()
325 static unsigned long hpte_find(struct pg_state *st, unsigned long ea, int psize) in hpte_find()
374 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte()
408 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd()
422 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud()
436 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d()
450 static void walk_pagetables(struct pg_state *st) in walk_pagetables()
[all …]
/arch/arm/mm/
Ddump.c48 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()
[all …]
/arch/arm64/mm/
Dptdump.c172 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
190 static void note_prot_uxn(struct pg_state *st, unsigned long addr) in note_prot_uxn()
204 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
222 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
280 struct pg_state st; in ptdump_walk()
285 st = (struct pg_state){ in ptdump_walk()
320 struct pg_state st = { in ptdump_check_wx()
/arch/riscv/mm/
Dptdump.c34 struct pg_state { struct
206 static void dump_prot(struct pg_state *st) in dump_prot()
228 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr()
249 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
267 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
308 struct pg_state st = { in ptdump_walk()
326 struct pg_state st = { in ptdump_check_wx()
/arch/s390/mm/
Ddump_pagetables.c82 struct pg_state { struct
123 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
154 struct pg_state *st; in note_page()
158 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
200 struct pg_state st = { in ptdump_check_wx()
235 struct pg_state st = { in ptdump_show()
/arch/x86/mm/
Ddump_pagetables.c28 struct pg_state { struct
227 static void note_wx(struct pg_state *st, unsigned long addr) in note_wx()
253 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in effective_prot()
277 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
379 struct pg_state st = { in ptdump_walk_pgd_level_core()
/arch/arm64/include/asm/
Dptdump.h46 struct pg_state { struct
/arch/arm64/kvm/
Dptdump.c25 struct pg_state parser_state;
93 struct pg_state *st = ctx->arg; in kvm_ptdump_visitor()
102 struct pg_state *parser_state) in kvm_ptdump_show_common()
322 st->parser_state = (struct pg_state) { in kvm_ptdump_parser_init()