Home
last modified time | relevance | path

Searched refs:orig_dst_pte (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Duserfaultfd.c1265 pte_t orig_dst_pte, pte_t orig_src_pte, in is_pte_pages_stable() argument
1269 pte_same(ptep_get(dst_pte), orig_dst_pte) && in is_pte_pages_stable()
1284 pte_t orig_dst_pte, orig_src_pte; in check_ptes_for_batched_move() local
1287 orig_dst_pte = ptep_get(dst_pte); in check_ptes_for_batched_move()
1288 if (!pte_none(orig_dst_pte)) in check_ptes_for_batched_move()
1314 pte_t orig_dst_pte, pte_t orig_src_pte, in move_present_ptes() argument
1329 if (!is_pte_pages_stable(dst_pte, src_pte, orig_dst_pte, orig_src_pte, in move_present_ptes()
1357 orig_dst_pte = folio_mk_pte(src_folio, dst_vma->vm_page_prot); in move_present_ptes()
1360 orig_dst_pte = pte_mksoft_dirty(orig_dst_pte); in move_present_ptes()
1362 orig_dst_pte = pte_mkdirty(orig_dst_pte); in move_present_ptes()
[all …]
H A Dmemory.c1312 pte_t *orig_src_pte, *orig_dst_pte; in copy_pte_range() local
1356 orig_dst_pte = dst_pte; in copy_pte_range()
1429 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()