Searched refs:ptdump (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | dump_pagetables.c | 59 struct ptdump_state ptdump; member 129 st = container_of(pt_st, struct pg_state, ptdump); in note_page() 172 .ptdump = { in ptdump_check_wx() 193 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 205 .ptdump = { in ptdump_show() 223 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 228 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | ptdump.c | 35 struct ptdump_state ptdump; member 240 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 285 .ptdump = { in ptdump_walk() 294 ptdump_walk_pgd(&st.ptdump, pinfo->mm, NULL); in ptdump_walk() 307 .ptdump = { in ptdump_check_wx() 316 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx() 332 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| H A D | Makefile | 21 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ptdump.c | 78 struct ptdump_state ptdump; member 260 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 325 .ptdump = { in ptdump_walk() 334 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk() 363 .ptdump = { in ptdump_check_wx() 372 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| H A D | ptdump_debugfs.c | 17 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| H A D | Makefile | 7 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H 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()
|
| H A D | debug_pagetables.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/ |
| H A D | Makefile | 3 obj-y += ptdump.o
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | Makefile | 21 obj-$(CONFIG_PPC_PTDUMP) += ptdump/
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | Makefile | 127 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|