Searched defs:note_page_pgd (Results 1 – 5 of 5) 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/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
|