Searched refs:note_page_pmd (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 306 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function 341 .note_page_pmd = note_page_pmd, in ptdump_show() 379 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
|
| /arch/s390/mm/ |
| A D | dump_pagetables.c | 155 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function 187 .note_page_pmd = note_page_pmd, in ptdump_check_wx() 231 .note_page_pmd = note_page_pmd, in ptdump_show()
|
| /arch/arm64/include/asm/ |
| A D | ptdump.h | 64 void note_page_pmd(struct ptdump_state *st, unsigned long addr, pmd_t pmd); 80 static inline void note_page_pmd(struct ptdump_state *st, unsigned long addr, pmd_t pmd) { } in note_page_pmd() function
|
| /arch/arm64/mm/ |
| A D | ptdump.c | 259 void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function 302 .note_page_pmd = note_page_pmd, in ptdump_walk() 344 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
|
| /arch/riscv/mm/ |
| A D | ptdump.c | 325 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function 360 .note_page_pmd = note_page_pmd, in ptdump_walk() 387 .note_page_pmd = note_page_pmd, in ptdump_check_wx()
|
| /arch/x86/mm/ |
| A D | dump_pagetables.c | 396 static void note_page_pmd(struct ptdump_state *pt_st, unsigned long addr, pmd_t pmd) in note_page_pmd() function 440 .note_page_pmd = note_page_pmd, in ptdump_walk_pgd_level_core()
|
Completed in 10 milliseconds