Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c6110 vm_page_t dest_m) in vm_page_copy() argument
6123 VM_PAGE_CHECK(dest_m); in vm_page_copy()
6135 if (vm_page_is_restricted(dest_m)) { in vm_page_copy()
6162 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()
6163 dest_m->vmp_cs_nx = src_m->vmp_cs_nx; in vm_page_copy()
6164 if (dest_m->vmp_cs_tainted) { in vm_page_copy()
6169 dest_m->vmp_error = VMP_ERROR_GET(src_m); /* sliding src_m might have failed... */ in vm_page_copy()
6170 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m), options); in vm_page_copy()