Home
last modified time | relevance | path

Searched refs:note_page_pgd (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/mm/
H A Ddump_pagetables.c170 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
190 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
234 .note_page_pgd = note_page_pgd, in ptdump_show()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c322 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
345 .note_page_pgd = note_page_pgd, in ptdump_show()
383 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
/linux/arch/arm64/mm/
H A Dptdump.c274 void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
312 .note_page_pgd = note_page_pgd, in ptdump_walk()
354 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
/linux/arch/riscv/mm/
H A Dptdump.c340 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function
363 .note_page_pgd = note_page_pgd, in ptdump_walk()
390 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
/linux/arch/arm64/include/asm/
H A Dptdump.h69 void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd);
85 static inline void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd) { } in note_page_pgd() function
/linux/include/linux/
H A Dptdump.h18 void (*note_page_pgd)(struct ptdump_state *st, unsigned long addr, pgd_t pgd); member