Searched refs:pte_zero (Results 1 – 4 of 4) sorted by relevance
| /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/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/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()
|