Searched refs:note_page_p4d (Results 1 – 7 of 7) 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/arch/arm64/mm/ |
| H A D | ptdump.c | 269 void note_page_p4d(struct ptdump_state *pt_st, unsigned long addr, p4d_t p4d) in note_page_p4d() function 311 .note_page_p4d = note_page_p4d, in ptdump_walk() 353 .note_page_p4d = note_page_p4d, in ptdump_check_wx()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 335 static void note_page_p4d(struct ptdump_state *pt_st, unsigned long addr, p4d_t p4d) in note_page_p4d() function 362 .note_page_p4d = note_page_p4d, in ptdump_walk() 389 .note_page_p4d = note_page_p4d, in ptdump_check_wx()
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 68 void note_page_p4d(struct ptdump_state *st, unsigned long addr, p4d_t p4d); 84 static inline void note_page_p4d(struct ptdump_state *st, unsigned long addr, p4d_t p4d) { } in note_page_p4d() function
|
| /linux/mm/ |
| H A D | ptdump.c | 69 st->note_page_p4d(st, addr, val); in ptdump_p4d_entry() 155 st->note_page_p4d(st, addr, p4d_zero); in ptdump_hole()
|
| /linux/include/linux/ |
| H A D | ptdump.h | 17 void (*note_page_p4d)(struct ptdump_state *st, unsigned long addr, p4d_t p4d); member
|