Searched refs:ptdump_walk_pgd (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/arch/arm/mm/ |
D | ptdump_debugfs.c | 11 ptdump_walk_pgd(m, info); in ptdump_show()
|
D | dump.c | 415 void ptdump_walk_pgd(struct seq_file *m, struct ptdump_info *info) in ptdump_walk_pgd() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | ptdump.h | 22 void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);
|
/linux-6.12.1/include/linux/ |
D | ptdump.h | 24 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
|
/linux-6.12.1/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 314 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.12.1/arch/arm64/mm/ |
D | ptdump.c | 277 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.12.1/arch/s390/mm/ |
D | dump_pagetables.c | 172 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 208 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
|
/linux-6.12.1/arch/riscv/mm/ |
D | ptdump.c | 336 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.12.1/mm/ |
D | ptdump.c | 152 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd) in ptdump_walk_pgd() function
|
/linux-6.12.1/arch/x86/mm/ |
D | dump_pagetables.c | 391 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()
|