Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_resident.c6345 vm_page_t dest_m) in vm_page_copy() argument
6358 VM_PAGE_CHECK(dest_m); in vm_page_copy()
6370 if (vm_page_is_restricted(dest_m)) { in vm_page_copy()
6397 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()
6398 dest_m->vmp_cs_nx = src_m->vmp_cs_nx; in vm_page_copy()
6399 if (dest_m->vmp_cs_tainted) { in vm_page_copy()
6404 dest_m->vmp_error = VMP_ERROR_GET(src_m); /* sliding src_m might have failed... */ in vm_page_copy()
6405 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m), options); in vm_page_copy()