Searched refs:ptdump_walk_pgd (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/arm/mm/ |
A D | ptdump_debugfs.c | 11 ptdump_walk_pgd(m, info); in ptdump_show()
|
A D | dump.c | 415 void ptdump_walk_pgd(struct seq_file *m, struct ptdump_info *info) in ptdump_walk_pgd() function
|
/linux-6.3-rc2/include/linux/ |
A D | ptdump.h | 21 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | ptdump.h | 22 void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | dump_pagetables.c | 222 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 254 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
|
/linux-6.3-rc2/arch/powerpc/mm/ptdump/ |
A D | ptdump.c | 313 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 346 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | ptdump.c | 321 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk() 343 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | ptdump.c | 329 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk() 367 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
/linux-6.3-rc2/mm/ |
A D | ptdump.c | 151 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd) in ptdump_walk_pgd() function
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | dump_pagetables.c | 391 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()
|
Completed in 15 milliseconds