/linux-5.19.10/mm/ |
D | ptdump.c | 20 st->note_page(st, addr, 4, pte_val(kasan_early_shadow_pte[0])); in note_kasan_page_table() 44 st->note_page(st, addr, 0, pgd_val(val)); in ptdump_pgd_entry() 67 st->note_page(st, addr, 1, p4d_val(val)); in ptdump_p4d_entry() 90 st->note_page(st, addr, 2, pud_val(val)); in ptdump_pud_entry() 111 st->note_page(st, addr, 3, pmd_val(val)); in ptdump_pmd_entry() 127 st->note_page(st, addr, 4, pte_val(val)); in ptdump_pte_entry() 137 st->note_page(st, addr, depth, 0); in ptdump_hole() 164 st->note_page(st, 0, -1, 0); in ptdump_walk_pgd()
|
/linux-5.19.10/arch/arm/mm/ |
D | dump.c | 258 static void note_page(struct pg_state *st, unsigned long addr, in note_page() function 315 note_page(st, addr, 5, pte_val(*pte), domain); in walk_pte() 349 note_page(st, addr, 3, pmd_val(*pmd), domain); in walk_pmd() 357 note_page(st, addr, 4, pmd_val(*pmd), domain); in walk_pmd() 373 note_page(st, addr, 3, pud_val(*pud), NULL); in walk_pud() 389 note_page(st, addr, 2, p4d_val(*p4d), NULL); in walk_p4d() 406 note_page(st, addr, 1, pgd_val(*pgd), NULL); in walk_pgd() 420 note_page(&st, 0, 0, 0, NULL); in ptdump_walk_pgd() 461 note_page(&st, 0, 0, 0, NULL); in ptdump_check_wx()
|
/linux-5.19.10/arch/s390/mm/ |
D | dump_pagetables.c | 134 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() function 188 .note_page = note_page, in ptdump_check_wx() 223 .note_page = note_page, in ptdump_show()
|
/linux-5.19.10/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 215 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() function 307 .note_page = note_page, in ptdump_show() 341 .note_page = note_page, in ptdump_check_wx()
|
/linux-5.19.10/arch/riscv/mm/ |
D | ptdump.c | 264 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() function 313 .note_page = note_page, in ptdump_walk() 335 .note_page = note_page, in ptdump_check_wx()
|
/linux-5.19.10/arch/arm64/mm/ |
D | ptdump.c | 251 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() function 321 .note_page = note_page, in ptdump_walk() 359 .note_page = note_page, in ptdump_check_wx()
|
/linux-5.19.10/include/linux/ |
D | ptdump.h | 15 void (*note_page)(struct ptdump_state *st, unsigned long addr, member
|
/linux-5.19.10/arch/x86/mm/ |
D | dump_pagetables.c | 274 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() function 381 .note_page = note_page, in ptdump_walk_pgd_level_core()
|