Searched refs:tmp_pte (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | pgtable.h | 844 pte_t pte, tmp_pte; in get_and_clear_full_ptes() local 850 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 851 if (pte_dirty(tmp_pte)) in get_and_clear_full_ptes() 853 if (pte_young(tmp_pte)) in get_and_clear_full_ptes() 1578 pte_t pte, tmp_pte; in modify_prot_start_ptes() local 1584 tmp_pte = ptep_modify_prot_start(vma, addr, ptep); in modify_prot_start_ptes() 1585 if (pte_dirty(tmp_pte)) in modify_prot_start_ptes() 1587 if (pte_young(tmp_pte)) in modify_prot_start_ptes()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1389 pte_t pte, tmp_pte; in __get_and_clear_full_ptes() local 1395 tmp_pte = __ptep_get_and_clear(mm, addr, ptep); in __get_and_clear_full_ptes() 1396 if (pte_dirty(tmp_pte)) in __get_and_clear_full_ptes() 1398 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|