Lines Matching defs:pte
29 pte_t *pte;
53 * and should not be manipulated by the pte functions.
76 pte = pte_offset_map_lock(current->mm, pmd, addr, &ptl);
77 if (unlikely(!pte))
80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) ||
81 !pte_write(*pte) || !pte_dirty(*pte))) {
82 pte_unmap_unlock(pte, ptl);
86 *ptep = pte;
104 pte_t *pte;
108 while (!pin_page_for_write(to, &pte, &ptl)) {
128 if (pte)
129 pte_unmap_unlock(pte, ptl);
168 pte_t *pte;
172 while (!pin_page_for_write(addr, &pte, &ptl)) {
189 if (pte)
190 pte_unmap_unlock(pte, ptl);