Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/mm/
Ddump_pagetables.c69 struct ptdump_state ptdump; member
144 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
187 .ptdump = { in ptdump_check_wx()
208 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
222 .ptdump = { in ptdump_show()
240 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
245 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-5.19.10/arch/powerpc/mm/ptdump/
Dptdump.c59 struct ptdump_state ptdump; member
218 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
306 .ptdump = { in ptdump_show()
313 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show()
317 DEFINE_SHOW_ATTRIBUTE(ptdump);
340 .ptdump = { in ptdump_check_wx()
346 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
DMakefile3 obj-y += ptdump.o
Dhashpagetable.c532 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-5.19.10/arch/riscv/mm/
Dptdump.c35 struct ptdump_state ptdump; member
267 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
312 .ptdump = { in ptdump_walk()
321 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk()
334 .ptdump = { in ptdump_check_wx()
343 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
359 DEFINE_SHOW_ATTRIBUTE(ptdump);
DMakefile21 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
/linux-5.19.10/arch/arm64/mm/
Dptdump.c76 struct ptdump_state ptdump; member
254 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
320 .ptdump = { in ptdump_walk()
329 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk()
358 .ptdump = { in ptdump_check_wx()
367 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
Dptdump_debugfs.c17 DEFINE_SHOW_ATTRIBUTE(ptdump);
DMakefile7 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
/linux-5.19.10/arch/x86/mm/
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()
Ddebug_pagetables.c14 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-5.19.10/arch/arm/mm/
Dptdump_debugfs.c14 DEFINE_SHOW_ATTRIBUTE(ptdump);
/linux-5.19.10/arch/powerpc/mm/
DMakefile20 obj-$(CONFIG_PTDUMP_CORE) += ptdump/
/linux-5.19.10/mm/
DMakefile131 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o