Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dmemory_object.c186 if (m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_restart) { in memory_object_lock_page()
187 if (VMP_ERROR_GET(m) && should_flush && !VM_PAGE_WIRED(m)) { in memory_object_lock_page()
H A Dvm_page_internal.h1201 #define VMP_ERROR_GET(p) ((p)->vmp_error) macro
H A Dvm_pageout.c641 if (m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_restart || (!m->vmp_dirty && !m->vmp_precious)) { in vm_pageout_initialize_page()
1245 m->vmp_busy || m->vmp_absent || VMP_ERROR_GET(m) ||
1463 … m->vmp_cleaning || m->vmp_laundry || m->vmp_busy || m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_f…
3608 if (m->vmp_absent || VMP_ERROR_GET(m) || !object->alive ||
6359 VMP_ERROR_GET(dst_page) ||
8149 VMP_ERROR_GET(dst_page) ||
8777 VMP_ERROR_GET(dst_page) ||
H A Dvm_resident.c2765 if (!VMP_ERROR_GET(vm_page_get(i))) { in pmap_startup()
7134 dest_m->vmp_error = VMP_ERROR_GET(src_m); /* sliding src_m might have failed... */ in vm_page_copy()
7170 (VMP_ERROR_GET(p) ? "" : "!"), in _vm_page_print()
7623 m2->vmp_error = VMP_ERROR_GET(m1); in vm_page_relocate()
8958 …->alive || m->vmp_cleaning || m->vmp_laundry || m->vmp_busy || m->vmp_absent || VMP_ERROR_GET(m)) { in hibernate_flush_queue()
9318 if (m->vmp_absent || m->vmp_unusual || VMP_ERROR_GET(m)) { in hibernate_consider_discard()
9389 if (m->vmp_absent || m->vmp_unusual || VMP_ERROR_GET(m)) { in hibernate_discard_page()
H A Dvm_object.c1960 if ((p->vmp_dirty || p->vmp_precious) && !VMP_ERROR_GET(p) && object->alive) { in vm_object_reap_pages()
7871 VMP_ERROR_GET(p) || VM_PAGE_WIRED(p)) {
8052 VMP_ERROR_GET(p) ||
8104 assert(!VMP_ERROR_GET(p)); /* XXX there's a window here where we could have an ECC error! */
H A Dvm_fault.c8136 m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_cleaning || in kdp_lightweight_fault()
9046 !VMP_ERROR_GET(page) && in revalidate_text_page()
9171 if (VMP_ERROR_GET(page)) { in vm_corrupt_text_addr()
H A Dvm_kern.c1415 if (VMP_ERROR_GET(mem)) { in kernel_memory_populate_pmap_enter()
H A Dvm_map.c2813 (m->vmp_unusual && (VMP_ERROR_GET(m) || m->vmp_restart || m->vmp_absent))) { in vm_map_pmap_enter()
23432 (m->vmp_unusual && (VMP_ERROR_GET(m) || m->vmp_restart || in vm_map_sign()