Searched refs:note_page_p4d (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 165 static void note_page_p4d(struct ptdump_state *pt_st, unsigned long addr, p4d_t p4d) in note_page_p4d() function 189 .note_page_p4d = note_page_p4d, in ptdump_check_wx() 233 .note_page_p4d = note_page_p4d, in ptdump_show()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 317 static void note_page_p4d(struct ptdump_state *pt_st, unsigned long addr, p4d_t p4d) in note_page_p4d() function 344 .note_page_p4d = note_page_p4d, in ptdump_show() 382 .note_page_p4d = note_page_p4d, in ptdump_check_wx()
|
| /linux/include/linux/ |
| H A D | ptdump.h | 17 void (*note_page_p4d)(struct ptdump_state *st, unsigned long addr, p4d_t p4d); member
|