Searched defs:note_page_pgd (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | ptdump.h | 18 void (*note_page_pgd)(struct ptdump_state *st, unsigned long addr, pgd_t pgd); member
|
| /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
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 85 static inline void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd) { } in note_page_pgd() function
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 321 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
|
| /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
|
| /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
|
| /linux/arch/x86/mm/ |
| H A D | dump_pagetables.c | 411 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
|