Lines Matching defs:start_pte
1477 pte_t *start_pte, *pte;
1539 start_pte = pte_offset_map_lock(mm, pmd, haddr, &ptl);
1540 if (!start_pte) /* mmap_lock + page lock should prevent this */
1544 for (i = 0, addr = haddr, pte = start_pte;
1570 pte_unmap_unlock(start_pte, ptl);
1587 start_pte = pte_offset_map_nolock(mm, pmd, haddr, &ptl);
1588 if (!start_pte) /* mmap_lock + page lock should prevent this */
1596 for (i = 0, addr = haddr, pte = start_pte;
1627 pte_unmap(start_pte);
1667 if (start_pte)
1668 pte_unmap_unlock(start_pte, ptl);