Searched refs:ptdump (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
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);
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
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);
|
D | Makefile | 21 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | ptdump.c | 80 struct ptdump_state ptdump; member 262 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 327 .ptdump = { in ptdump_walk() 336 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk() 365 .ptdump = { in ptdump_check_wx() 374 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
|
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
D | Makefile | 3 obj-y += ptdump.o
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | Makefile | 21 obj-$(CONFIG_PPC_PTDUMP) += ptdump/
|
/kernel/linux/linux-5.10/mm/ |
D | Makefile | 125 obj-$(CONFIG_PTDUMP_CORE) += ptdump.o
|