Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_fault_internal.h46 vm_object_t first_object, /* Object to begin search */
H A Dvm_fault.c1019 vm_object_t first_object, /* Object to begin search */ in vm_fault_page() argument
1106 dbgTrace(0xBEEF0002, (unsigned int) first_object, (unsigned int) first_offset); /* (TEST/DEBUG) */ in vm_fault_page()
1138 object = first_object; in vm_fault_page()
1367 if (object != first_object) { in vm_fault_page()
1387 object = first_object; in vm_fault_page()
1413 } else if (object != first_object) { in vm_fault_page()
1445 && ((object != first_object) || (object->vo_copy != VM_OBJECT_NULL)) in vm_fault_page()
1574 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()
1882 if (object->copy_strategy == MEMORY_OBJECT_COPY_CALL && object != first_object) { in vm_fault_page()
1888 if (object->vo_copy == first_object) { in vm_fault_page()
[all …]