Searched refs:tmp_pte (Results 1 – 2 of 2) sorted by relevance
682 pte_t pte, tmp_pte; in get_and_clear_full_ptes() local688 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes()689 if (pte_dirty(tmp_pte)) in get_and_clear_full_ptes()691 if (pte_young(tmp_pte)) in get_and_clear_full_ptes()
1298 pte_t pte, tmp_pte; in __get_and_clear_full_ptes() local1304 tmp_pte = __ptep_get_and_clear(mm, addr, ptep); in __get_and_clear_full_ptes()1305 if (pte_dirty(tmp_pte)) in __get_and_clear_full_ptes()1307 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()