Searched refs:orig_dst_pte (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | userfaultfd.c | 1114 pte_t orig_dst_pte, pte_t orig_src_pte, in is_pte_pages_stable() argument 1118 pte_same(ptep_get(dst_pte), orig_dst_pte) && in is_pte_pages_stable() 1133 pte_t orig_dst_pte, orig_src_pte; in check_ptes_for_batched_move() local 1136 orig_dst_pte = ptep_get(dst_pte); in check_ptes_for_batched_move() 1137 if (!pte_none(orig_dst_pte)) in check_ptes_for_batched_move() 1163 pte_t orig_dst_pte, pte_t orig_src_pte, in move_present_ptes() argument 1178 if (!is_pte_pages_stable(dst_pte, src_pte, orig_dst_pte, orig_src_pte, in move_present_ptes() 1206 orig_dst_pte = folio_mk_pte(src_folio, dst_vma->vm_page_prot); in move_present_ptes() 1209 orig_dst_pte = pte_mksoft_dirty(orig_dst_pte); in move_present_ptes() 1211 orig_dst_pte = pte_mkdirty(orig_dst_pte); in move_present_ptes() [all …]
|
| H A D | memory.c | 1230 pte_t *orig_src_pte, *orig_dst_pte; in copy_pte_range() local 1274 orig_dst_pte = dst_pte; in copy_pte_range() 1347 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()
|