Home
last modified time | relevance | path

Searched refs:ptdump (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/powerpc/mm/ptdump/
H A Dptdump.c59 struct ptdump_state ptdump; member
219 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
307 .ptdump = { in ptdump_show()
314 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
318 DEFINE_SHOW_ATTRIBUTE(ptdump);
340 .ptdump = { in ptdump_check_wx()
349 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
H A DMakefile3 obj-y += ptdump.o
H A Dhashpagetable.c532 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-6.15/arch/s390/mm/
H A Ddump_pagetables.c31 struct ptdump_state ptdump; member
119 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
153 .ptdump = { in ptdump_check_wx()
174 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
192 .ptdump = { in ptdump_show()
210 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
215 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-6.15/arch/riscv/mm/
H A Dptdump.c35 struct ptdump_state ptdump; member
282 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
327 .ptdump = { in ptdump_walk()
336 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk()
349 .ptdump = { in ptdump_check_wx()
358 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
381 DEFINE_SHOW_ATTRIBUTE(ptdump);
H A DMakefile22 obj-$(CONFIG_PTDUMP) += ptdump.o
/linux-6.15/arch/arm64/mm/
H A Dptdump.c194 struct ptdump_pg_state *st = container_of(pt_st, struct ptdump_pg_state, ptdump); in note_page()
268 .ptdump = { in ptdump_walk()
277 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk()
305 .ptdump = { in ptdump_check_wx()
314 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
H A Dptdump_debugfs.c17 DEFINE_SHOW_ATTRIBUTE(ptdump);
H A DMakefile8 obj-$(CONFIG_PTDUMP) += ptdump.o
/linux-6.15/arch/x86/mm/
H A Ddump_pagetables.c29 struct ptdump_state ptdump; member
253 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in effective_prot()
277 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
380 .ptdump = { in ptdump_walk_pgd_level_core()
391 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()
H A Ddebug_pagetables.c14 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-6.15/arch/arm/mm/
H A Dptdump_debugfs.c14 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-6.15/Documentation/arch/arm64/
H A Dindex.rst28 ptdump
H A Dptdump.rst5 ptdump is a debugfs interface that provides a detailed dump of the
20 offlining of memory being accessed by the ptdump code.
/linux-6.15/arch/powerpc/mm/
H A DMakefile18 obj-$(CONFIG_PTDUMP) += ptdump/
/linux-6.15/arch/arm64/include/asm/
H A Dptdump.h47 struct ptdump_state ptdump; member
/linux-6.15/arch/arm64/kvm/
H A Dptdump.c66 struct ptdump_state *pt_st = &st->ptdump; in kvm_ptdump_visitor()
122 .ptdump.range = &st->range[0], in kvm_ptdump_parser_create()
H A DMakefile30 kvm-$(CONFIG_PTDUMP_STAGE2_DEBUGFS) += ptdump.o
/linux-6.15/mm/
H A DMakefile142 obj-$(CONFIG_PTDUMP) += ptdump.o