Searched refs:ptdump (Results 1 – 16 of 16) sorted by relevance
| /arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 59 struct ptdump_state ptdump; member 219 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 339 .ptdump = { in ptdump_show() 351 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_show() 355 DEFINE_SHOW_ATTRIBUTE(ptdump); 377 .ptdump = { in ptdump_check_wx() 391 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| A D | Makefile | 3 obj-y += ptdump.o
|
| A D | hashpagetable.c | 532 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /arch/s390/mm/ |
| 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);
|
| /arch/riscv/mm/ |
| 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);
|
| A D | Makefile | 22 obj-$(CONFIG_PTDUMP) += ptdump.o
|
| /arch/arm64/mm/ |
| A D | ptdump.c | 194 struct ptdump_pg_state *st = container_of(pt_st, struct ptdump_pg_state, ptdump); in note_page() 300 .ptdump = { in ptdump_walk() 314 ptdump_walk_pgd(&st.ptdump, info->mm, NULL); in ptdump_walk() 342 .ptdump = { in ptdump_check_wx() 356 ptdump_walk_pgd(&st.ptdump, &init_mm, NULL); in ptdump_check_wx()
|
| A D | ptdump_debugfs.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| A D | Makefile | 8 obj-$(CONFIG_PTDUMP) += ptdump.o
|
| /arch/arm/mm/ |
| A D | ptdump_debugfs.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /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() 303 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 438 .ptdump = { in ptdump_walk_pgd_level_core() 458 ptdump_walk_pgd(&st.ptdump, mm, pgd); in ptdump_walk_pgd_level_core()
|
| A D | debug_pagetables.c | 14 DEFINE_SHOW_ATTRIBUTE(ptdump);
|
| /arch/powerpc/mm/ |
| A D | Makefile | 18 obj-$(CONFIG_PTDUMP) += ptdump/
|
| /arch/arm64/include/asm/ |
| A D | ptdump.h | 47 struct ptdump_state ptdump; member
|
| /arch/arm64/kvm/ |
| A D | ptdump.c | 66 struct ptdump_state *pt_st = &st->ptdump; in kvm_ptdump_visitor() 122 .ptdump.range = &st->range[0], in kvm_ptdump_parser_create()
|
| A D | Makefile | 31 kvm-$(CONFIG_PTDUMP_STAGE2_DEBUGFS) += ptdump.o
|
Completed in 67 milliseconds