Searched refs:note_page_pgd (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 170 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 190 .note_page_pgd = note_page_pgd, in ptdump_check_wx() 234 .note_page_pgd = note_page_pgd, in ptdump_show()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 322 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 345 .note_page_pgd = note_page_pgd, in ptdump_show() 383 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
|
| /linux/arch/arm64/mm/ |
| H A D | ptdump.c | 274 void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 312 .note_page_pgd = note_page_pgd, in ptdump_walk() 354 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 340 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 363 .note_page_pgd = note_page_pgd, in ptdump_walk() 390 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 69 void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd); 85 static inline void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd) { } in note_page_pgd() function
|
| /linux/mm/ |
| H A D | ptdump.c | 46 st->note_page_pgd(st, addr, val); in ptdump_pgd_entry() 158 st->note_page_pgd(st, addr, pgd_zero); in ptdump_hole()
|
| /linux/include/linux/ |
| H A D | ptdump.h | 18 void (*note_page_pgd)(struct ptdump_state *st, unsigned long addr, pgd_t pgd); member
|