Searched defs:note_page_pud (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | ptdump.h | 16 void (*note_page_pud)(struct ptdump_state *st, unsigned long addr, pud_t pud); member
|
/linux/arch/arm64/mm/ |
H A D | ptdump.c | 264 void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function
|
/linux/arch/arm64/include/asm/ |
H A D | ptdump.h | 83 static inline void note_page_pud(struct ptdump_state *st, unsigned long addr, pud_t pud) { } in note_page_pud() function
|
/linux/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 311 static void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function
|
/linux/arch/x86/mm/ |
H A D | dump_pagetables.c | 401 static void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function
|