Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dptdump.h21 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dptdump.h22 void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Ddump_pagetables.c193 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
223 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dptdump_debugfs.c11 ptdump_walk_pgd(m, info); in ptdump_show()
H A Ddump.c407 void ptdump_walk_pgd(struct seq_file *m, struct ptdump_info *info) in ptdump_walk_pgd() function
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dptdump.c294 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk()
316 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dptdump.c334 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk()
372 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
/OK3568_Linux_fs/kernel/mm/
H A Dptdump.c143 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd) in ptdump_walk_pgd() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Ddump_pagetables.c391 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()