Searched refs:dest_m (Results 1 – 1 of 1) sorted by relevance
5431 vm_page_t dest_m) in vm_page_copy() argument5443 VM_PAGE_CHECK(dest_m); in vm_page_copy()5470 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()5471 dest_m->vmp_cs_nx = src_m->vmp_cs_nx; in vm_page_copy()5472 if (dest_m->vmp_cs_tainted) { in vm_page_copy()5475 dest_m->vmp_error = src_m->vmp_error; /* sliding src_m might have failed... */ in vm_page_copy()5476 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m)); in vm_page_copy()