/kernel/linux/linux-5.10/mm/ |
D | ptdump.c | 20 st->note_page(st, addr, 4, pte_val(kasan_early_shadow_pte[0])); in note_kasan_page_table() 43 st->note_page(st, addr, 0, pgd_val(val)); in ptdump_pgd_entry() 63 st->note_page(st, addr, 1, p4d_val(val)); in ptdump_p4d_entry() 83 st->note_page(st, addr, 2, pud_val(val)); in ptdump_pud_entry() 102 st->note_page(st, addr, 3, pmd_val(val)); in ptdump_pmd_entry() 116 st->note_page(st, addr, 4, pte_val(val)); in ptdump_pte_entry() 126 st->note_page(st, addr, depth, 0); in ptdump_hole() 153 st->note_page(st, 0, -1, 0); in ptdump_walk_pgd()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | dump.c | 254 static void note_page(struct pg_state *st, unsigned long addr, in note_page() function 311 note_page(st, addr, 5, pte_val(*pte), domain); in walk_pte() 345 note_page(st, addr, 4, pmd_val(*pmd), domain); in walk_pmd() 353 note_page(st, addr, 4, pmd_val(*pmd), domain); in walk_pmd() 369 note_page(st, addr, 3, pud_val(*pud), NULL); in walk_pud() 385 note_page(st, addr, 2, p4d_val(*p4d), NULL); in walk_p4d() 402 note_page(st, addr, 1, pgd_val(*pgd), NULL); in walk_pgd() 416 note_page(&st, 0, 0, 0, NULL); in ptdump_walk_pgd() 454 note_page(&st, 0, 0, 0, NULL); in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | dump_pagetables.c | 119 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() function 173 .note_page = note_page, in ptdump_check_wx() 206 .note_page = note_page, in ptdump_show()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 219 static void note_page(struct pg_state *st, unsigned long addr, in note_page() function 273 note_page(st, addr, 4, pte_val(*pte), PAGE_SIZE); in walk_pte() 293 note_page(st, addr, level + 1, pte_val(*pte), 1 << shift); in walk_hugepd() 310 note_page(st, addr, 3, pmd_val(*pmd), PMD_SIZE); in walk_pmd() 326 note_page(st, addr, 2, pud_val(*pud), PUD_SIZE); in walk_pud() 344 note_page(st, addr, 1, p4d_val(*p4d), PGDIR_SIZE); in walk_pagetables() 412 note_page(&st, 0, 0, 0, 0); in ptdump_show()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
D | ptdump.c | 237 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() function 286 .note_page = note_page, in ptdump_walk() 308 .note_page = note_page, in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | ptdump.c | 259 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() function 328 .note_page = note_page, in ptdump_walk() 366 .note_page = note_page, in ptdump_check_wx()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ptdump.h | 15 void (*note_page)(struct ptdump_state *st, unsigned long addr, member
|
/kernel/linux/linux-5.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()
|