Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Ddump_pagetables.c150 static void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function
186 .note_page_pte = note_page_pte, in ptdump_check_wx()
230 .note_page_pte = note_page_pte, in ptdump_show()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c302 static void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function
341 .note_page_pte = note_page_pte, in ptdump_show()
379 .note_page_pte = note_page_pte, in ptdump_check_wx()
/linux/include/linux/
H A Dptdump.h14 void (*note_page_pte)(struct ptdump_state *st, unsigned long addr, pte_t pte); member