Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_resident.c5431 vm_page_t dest_m) in vm_page_copy() argument
5443 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()