Searched refs:dest_m (Results 1 – 1 of 1) sorted by relevance
7053 vm_page_t dest_m) in vm_page_copy() argument7066 VM_PAGE_CHECK(dest_m); in vm_page_copy()7078 if (vm_page_is_restricted(dest_m)) { in vm_page_copy()7105 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()7106 dest_m->vmp_cs_nx = src_m->vmp_cs_nx; in vm_page_copy()7107 if (dest_m->vmp_cs_tainted) { in vm_page_copy()7117 if (!src_m->vmp_using_mte && dest_m->vmp_using_mte) { in vm_page_copy()7125 if (dest_m->vmp_using_mte) { in vm_page_copy()7135 dest_m->vmp_error = VMP_ERROR_GET(src_m); /* sliding src_m might have failed... */ in vm_page_copy()7136 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m), options); in vm_page_copy()