Searched refs:ptdump (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/s390/mm/ |
| A D | dump_pagetables.c | 69 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/arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 58 struct ptdump_state ptdump; member 217 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 305 .ptdump = { in ptdump_show() 312 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 316 DEFINE_SHOW_ATTRIBUTE(ptdump); 339 .ptdump = { in ptdump_check_wx() 345 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| A D | Makefile | 3 obj-y += ptdump.o
|
| A D | hashpagetable.c | 529 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/riscv/mm/ |
| A 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);
|
| A D | Makefile | 21 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
| /linux/arch/arm64/mm/ |
| A D | ptdump.c | 78 struct ptdump_state ptdump; member 256 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 322 .ptdump = { in ptdump_walk() 331 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk() 360 .ptdump = { in ptdump_check_wx() 369 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| A D | ptdump_debugfs.c | 17 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| A D | Makefile | 7 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
| A D | .mmu.o.cmd | 1256 arch/arm64/include/asm/ptdump.h \
|
| /linux/arch/x86/mm/ |
| A 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()
|
| A D | debug_pagetables.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/arm/mm/ |
| A D | ptdump_debugfs.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/powerpc/mm/ |
| A D | Makefile | 21 obj-$(CONFIG_PTDUMP_CORE) += ptdump/
|
| /linux/mm/ |
| A D | Makefile | 128 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
Completed in 25 milliseconds