Searched defs:note_page_pmd (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | ptdump.h | 15 void (*note_page_pmd)(struct ptdump_state *st, unsigned long addr, pmd_t pmd); member
|
/linux/arch/arm64/mm/ |
H A D | ptdump.c | 259 void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
|
/linux/arch/arm64/include/asm/ |
H A D | ptdump.h | 82 static inline void note_page_pmd(struct ptdump_state *st, unsigned long addr, pmd_t pmd) { } in note_page_pmd() function
|
/linux/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 306 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
|
/linux/arch/x86/mm/ |
H A D | dump_pagetables.c | 396 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
|