Home
last modified time | relevance | path

Searched refs:note_page_pmd (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/mm/
H A Ddump_pagetables.c155 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
187 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
231 .note_page_pmd = note_page_pmd, in ptdump_show()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c307 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
342 .note_page_pmd = note_page_pmd, in ptdump_show()
380 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
/linux/arch/arm64/mm/
H A Dptdump.c259 void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
309 .note_page_pmd = note_page_pmd, in ptdump_walk()
351 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
/linux/arch/riscv/mm/
H A Dptdump.c325 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function
360 .note_page_pmd = note_page_pmd, in ptdump_walk()
387 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
/linux/arch/arm64/include/asm/
H A Dptdump.h66 void note_page_pmd(struct ptdump_state *st, unsigned long addr, pmd_t pmd);
82 static inline void note_page_pmd(struct ptdump_state *st, unsigned long addr, pmd_t pmd) { } in note_page_pmd() function
/linux/mm/
H A Dptdump.c113 st->note_page_pmd(st, addr, val); in ptdump_pmd_entry()
149 st->note_page_pmd(st, addr, pmd_zero); in ptdump_hole()
/linux/include/linux/
H A Dptdump.h15 void (*note_page_pmd)(struct ptdump_state *st, unsigned long addr, pmd_t pmd); member