Searched refs:note_page_pte (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 150 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 D | ptdump.c | 302 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/arch/arm64/mm/ |
| H A D | ptdump.c | 254 void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function 308 .note_page_pte = note_page_pte, in ptdump_walk() 350 .note_page_pte = note_page_pte, in ptdump_check_wx()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 320 static void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function 359 .note_page_pte = note_page_pte, in ptdump_walk() 386 .note_page_pte = note_page_pte, in ptdump_check_wx()
|
| /linux/mm/ |
| H A D | ptdump.c | 22 st->note_page_pte(st, addr, kasan_early_shadow_pte[0]); in note_kasan_page_table() 129 st->note_page_pte(st, addr, val); in ptdump_pte_entry() 146 st->note_page_pte(st, addr, pte_zero); in ptdump_hole()
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 65 void note_page_pte(struct ptdump_state *st, unsigned long addr, pte_t pte); 81 static inline void note_page_pte(struct ptdump_state *st, unsigned long addr, pte_t pte) { } in note_page_pte() function
|
| /linux/include/linux/ |
| H A D | ptdump.h | 14 void (*note_page_pte)(struct ptdump_state *st, unsigned long addr, pte_t pte); member
|