Searched refs:pte_zero (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | ptdump.c | 138 pte_t pte_zero = {0}; in ptdump_hole() local 146 st->note_page_pte(st, addr, pte_zero); in ptdump_hole()
|
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 177 pte_t pte_zero = {0}; in note_page_flush() local 179 note_page(pt_st, 0, -1, pte_val(pte_zero)); in note_page_flush()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 329 pte_t pte_zero = {0}; in note_page_flush() local 331 note_page(pt_st, 0, -1, pte_val(pte_zero)); in note_page_flush()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 347 pte_t pte_zero = {0}; in note_page_flush() local 349 note_page(pt_st, 0, -1, pte_val(pte_zero)); in note_page_flush()
|
| /linux/arch/arm64/mm/ |
| H A D | ptdump.c | 281 pte_t pte_zero = {0}; in note_page_flush() local 283 note_page(pt_st, 0, -1, pte_val(pte_zero)); in note_page_flush()
|
| /linux/arch/x86/mm/ |
| H A D | dump_pagetables.c | 418 pte_t pte_zero = {0}; in note_page_flush() local 420 note_page(pt_st, 0, -1, pte_val(pte_zero)); in note_page_flush()
|