Searched refs:ptdump (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 31 struct ptdump_state ptdump; member 119 st = container_of(pt_st, struct pg_state, ptdump); in note_page() 185 .ptdump = { in ptdump_check_wx() 211 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 229 .ptdump = { in ptdump_show() 251 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 255 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 59 struct ptdump_state ptdump; member 220 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 340 .ptdump = { in ptdump_show() 352 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 356 DEFINE_SHOW_ATTRIBUTE(ptdump); 378 .ptdump = { in ptdump_check_wx() 392 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| H A D | Makefile | 3 obj-y += ptdump.o
|
| H A D | hashpagetable.c | 538 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 34 struct ptdump_state ptdump; member 281 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 358 .ptdump = { in ptdump_walk() 372 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk() 385 .ptdump = { in ptdump_check_wx() 399 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 420 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/arm64/mm/ |
| H A D | ptdump.c | 194 struct ptdump_pg_state *st = container_of(pt_st, struct ptdump_pg_state, ptdump); in note_page() 307 .ptdump = { in ptdump_walk() 321 arm64_ptdump_walk_pgd(&st.ptdump, info->mm); in ptdump_walk() 349 .ptdump = { in ptdump_check_wx() 363 arm64_ptdump_walk_pgd(&st.ptdump, &init_mm); in ptdump_check_wx()
|
| /linux/arch/arm/mm/ |
| H A D | ptdump_debugfs.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/x86/mm/ |
| H A D | debug_pagetables.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 49 struct ptdump_state ptdump; member
|
| /linux/ |
| H A D | MAINTAINERS | 16800 F: include/linux/ptdump.h 16817 F: mm/ptdump.c
|