Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/mm/
H A Dptdump_debugfs.c11 ptdump_walk_pgd(m, info); in ptdump_show()
H A Ddump.c415 void ptdump_walk_pgd(struct seq_file *m, struct ptdump_info *info) in ptdump_walk_pgd() function
/linux-6.15/arch/arm/include/asm/
H A Dptdump.h22 void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);
/linux-6.15/include/linux/
H A Dptdump.h24 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
/linux-6.15/arch/powerpc/mm/ptdump/
H A Dptdump.c314 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
349 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
/linux-6.15/arch/arm64/mm/
H A Dptdump.c277 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk()
314 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
/linux-6.15/arch/s390/mm/
H A Ddump_pagetables.c174 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
210 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
/linux-6.15/arch/riscv/mm/
H A Dptdump.c336 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk()
358 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
/linux-6.15/mm/
H A Dptdump.c152 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd) in ptdump_walk_pgd() function
/linux-6.15/arch/x86/mm/
H A Ddump_pagetables.c391 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()