Searched refs:note_page_pgd (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 321 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 344 .note_page_pgd = note_page_pgd, in ptdump_show() 382 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
|
| /arch/s390/mm/ |
| A D | dump_pagetables.c | 170 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()
|
| /arch/arm64/include/asm/ |
| A D | ptdump.h | 67 void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd); 83 static inline void note_page_pgd(struct ptdump_state *st, unsigned long addr, pgd_t pgd) { } in note_page_pgd() function
|
| /arch/arm64/mm/ |
| A D | ptdump.c | 274 void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 305 .note_page_pgd = note_page_pgd, in ptdump_walk() 347 .note_page_pgd = note_page_pgd, in ptdump_check_wx()
|
| /arch/riscv/mm/ |
| A D | ptdump.c | 340 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()
|
| /arch/x86/mm/ |
| A D | dump_pagetables.c | 411 static void note_page_pgd(struct ptdump_state *pt_st, unsigned long addr, pgd_t pgd) in note_page_pgd() function 443 .note_page_pgd = note_page_pgd, in ptdump_walk_pgd_level_core()
|
Completed in 13 milliseconds