| /linux/mm/ |
| A D | ptdump.c | 21 st->note_page(st, addr, 4, pte_val(kasan_early_shadow_pte[0])); in note_kasan_page_table() 45 st->note_page(st, addr, 0, pgd_val(val)); in ptdump_pgd_entry() 68 st->note_page(st, addr, 1, p4d_val(val)); in ptdump_p4d_entry() 91 st->note_page(st, addr, 2, pud_val(val)); in ptdump_pud_entry() 112 st->note_page(st, addr, 3, pmd_val(val)); in ptdump_pmd_entry() 128 st->note_page(st, addr, 4, pte_val(val)); in ptdump_pte_entry() 138 st->note_page(st, addr, depth, 0); in ptdump_hole() 165 st->note_page(st, 0, -1, 0); in ptdump_walk_pgd()
|
| /linux/arch/arm/mm/ |
| A D | dump.c | 261 static void note_page(struct pg_state *st, unsigned long addr, in note_page() function 319 note_page(st, addr, 5, pte_val(*pte), domain); in walk_pte() 353 note_page(st, addr, 4, pmd_val(*pmd), domain); in walk_pmd() 361 note_page(st, addr, 4, pmd_val(*pmd), domain); in walk_pmd() 377 note_page(st, addr, 3, pud_val(*pud), NULL); in walk_pud() 393 note_page(st, addr, 2, p4d_val(*p4d), NULL); in walk_p4d() 410 note_page(st, addr, 1, pgd_val(*pgd), NULL); in walk_pgd() 424 note_page(&st, 0, 0, 0, NULL); in ptdump_walk_pgd() 465 note_page(&st, 0, 0, 0, NULL); in ptdump_check_wx()
|
| /linux/arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 216 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() function 308 .note_page = note_page, in ptdump_show() 341 .note_page = note_page, in ptdump_check_wx()
|
| /linux/arch/s390/mm/ |
| A D | dump_pagetables.c | 107 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() function 152 .note_page = note_page, in ptdump_check_wx() 191 .note_page = note_page, in ptdump_show()
|
| /linux/arch/arm64/mm/ |
| A D | ptdump.c | 191 void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() function 269 .note_page = note_page, in ptdump_walk() 306 .note_page = note_page, in ptdump_check_wx()
|
| /linux/arch/arm64/include/asm/ |
| A D | ptdump.h | 61 void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, 71 static inline void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() function
|
| /linux/arch/riscv/mm/ |
| A D | ptdump.c | 279 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() function 328 .note_page = note_page, in ptdump_walk() 350 .note_page = note_page, in ptdump_check_wx()
|
| /linux/include/linux/ |
| A D | ptdump.h | 15 void (*note_page)(struct ptdump_state *st, unsigned long addr, member
|
| /linux/arch/x86/mm/ |
| A 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()
|
| /linux/arch/arm64/kvm/ |
| A D | ptdump.c | 68 note_page(pt_st, ctx->addr, ctx->level, ctx->old); in kvm_ptdump_visitor()
|