Searched refs:note_page_pte (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/mm/ptdump/ |
| 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 340 .note_page_pte = note_page_pte, in ptdump_show() 378 .note_page_pte = note_page_pte, in ptdump_check_wx()
|
| /arch/s390/mm/ |
| 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()
|
| /arch/arm64/include/asm/ |
| A D | ptdump.h | 63 void note_page_pte(struct ptdump_state *st, unsigned long addr, pte_t pte); 79 static inline void note_page_pte(struct ptdump_state *st, unsigned long addr, pte_t pte) { } in note_page_pte() function
|
| /arch/arm64/mm/ |
| 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 301 .note_page_pte = note_page_pte, in ptdump_walk() 343 .note_page_pte = note_page_pte, in ptdump_check_wx()
|
| /arch/riscv/mm/ |
| 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()
|
| /arch/x86/mm/ |
| 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 439 .note_page_pte = note_page_pte, in ptdump_walk_pgd_level_core()
|
Completed in 10 milliseconds