Searched refs:first_object (Results 1 – 2 of 2) sorted by relevance
46 vm_object_t first_object, /* Object to begin search */
1072 vm_object_t first_object, /* Object to begin search */ in vm_fault_page() argument1134 dbgTrace(0xBEEF0002, (unsigned int) first_object, (unsigned int) first_offset); /* (TEST/DEBUG) */ in vm_fault_page()1166 object = first_object; in vm_fault_page()1397 if (object != first_object) { in vm_fault_page()1417 object = first_object; in vm_fault_page()1443 } else if (object != first_object) { in vm_fault_page()1475 && ((object != first_object) || (object->vo_copy != VM_OBJECT_NULL)) in vm_fault_page()1604 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()1911 if (object->copy_strategy == MEMORY_OBJECT_COPY_CALL && object != first_object) { in vm_fault_page()1917 if (object->vo_copy == first_object) { in vm_fault_page()[all …]