Searched refs:note_page (Results 1 – 6 of 6) sorted by relevance
/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()
|
/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()
|
/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()
|
/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()
|
/arch/arm64/mm/ |
D | ptdump.c | 257 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() function 326 .note_page = note_page, in ptdump_walk() 364 .note_page = note_page, in ptdump_check_wx()
|
/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()
|