Searched refs:note_page_pud (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 160 static void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function 188 .note_page_pud = note_page_pud, in ptdump_check_wx() 232 .note_page_pud = note_page_pud, in ptdump_show()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 312 static void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function 343 .note_page_pud = note_page_pud, in ptdump_show() 381 .note_page_pud = note_page_pud, in ptdump_check_wx()
|
| /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 310 .note_page_pud = note_page_pud, in ptdump_walk() 352 .note_page_pud = note_page_pud, in ptdump_check_wx()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 330 static void note_page_pud(struct ptdump_state *pt_st, unsigned long addr, pud_t pud) in note_page_pud() function 361 .note_page_pud = note_page_pud, in ptdump_walk() 388 .note_page_pud = note_page_pud, in ptdump_check_wx()
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 67 void note_page_pud(struct ptdump_state *st, unsigned long addr, pud_t pud); 83 static inline void note_page_pud(struct ptdump_state *st, unsigned long addr, pud_t pud) { } in note_page_pud() function
|
| /linux/mm/ |
| H A D | ptdump.c | 92 st->note_page_pud(st, addr, val); in ptdump_pud_entry() 152 st->note_page_pud(st, addr, pud_zero); in ptdump_hole()
|
| /linux/include/linux/ |
| H A D | ptdump.h | 16 void (*note_page_pud)(struct ptdump_state *st, unsigned long addr, pud_t pud); member
|