Home
last modified time | relevance | path

Searched refs:note_page_flush (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/mm/
H A Ddump_pagetables.c175 static void note_page_flush(struct ptdump_state *pt_st) in note_page_flush() function
191 .note_page_flush = note_page_flush, in ptdump_check_wx()
235 .note_page_flush = note_page_flush, in ptdump_show()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c327 static void note_page_flush(struct ptdump_state *pt_st) in note_page_flush() function
346 .note_page_flush = note_page_flush, in ptdump_show()
384 .note_page_flush = note_page_flush, in ptdump_check_wx()
/linux/include/linux/
H A Dptdump.h19 void (*note_page_flush)(struct ptdump_state *st); member