Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c5521 vm_page_t dest_m) in vm_page_copy() argument
5533 VM_PAGE_CHECK(dest_m); in vm_page_copy()
5560 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()
5561 dest_m->vmp_cs_nx = src_m->vmp_cs_nx; in vm_page_copy()
5562 if (dest_m->vmp_cs_tainted) { in vm_page_copy()
5565 dest_m->vmp_error = VMP_ERROR_GET(src_m); /* sliding src_m might have failed... */ in vm_page_copy()
5566 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m)); in vm_page_copy()