Searched refs:ptdump (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/s390/mm/ |
D | dump_pagetables.c | 83 struct ptdump_state ptdump; member 158 st = container_of(pt_st, struct pg_state, ptdump); in note_page() 201 .ptdump = { in ptdump_check_wx() 222 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 236 .ptdump = { in ptdump_show() 254 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 259 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
/linux-6.1.9/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 59 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()
|
D | Makefile | 3 obj-y += ptdump.o
|
D | hashpagetable.c | 532 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
/linux-6.1.9/arch/riscv/mm/ |
D | ptdump.c | 35 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);
|
D | Makefile | 21 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
/linux-6.1.9/arch/arm64/mm/ |
D | ptdump.c | 76 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()
|
D | ptdump_debugfs.c | 17 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
D | Makefile | 7 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
/linux-6.1.9/arch/x86/mm/ |
D | dump_pagetables.c | 29 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()
|
D | debug_pagetables.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
/linux-6.1.9/arch/arm/mm/ |
D | ptdump_debugfs.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
/linux-6.1.9/arch/powerpc/mm/ |
D | Makefile | 20 obj-$(CONFIG_PTDUMP_CORE) += ptdump/
|
/linux-6.1.9/mm/ |
D | Makefile | 135 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|