Searched defs:note_page_pte (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | ptdump.h | 14 void (*note_page_pte)(struct ptdump_state *st, unsigned long addr, pte_t pte); member
|
| /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
|
| /linux/arch/arm64/include/asm/ |
| H A D | ptdump.h | 81 static inline void note_page_pte(struct ptdump_state *st, unsigned long addr, pte_t pte) { } in note_page_pte() function
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 301 static void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function
|
| /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
|
| /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
|
| /linux/arch/x86/mm/ |
| H A D | dump_pagetables.c | 391 static void note_page_pte(struct ptdump_state *pt_st, unsigned long addr, pte_t pte) in note_page_pte() function
|