Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_fault.h131 vm_object_t first_object, /* Object to begin search */
H A Dvm_fault.c970 vm_object_t first_object, /* Object to begin search */ in vm_fault_page() argument
1057 dbgTrace(0xBEEF0002, (unsigned int) first_object, (unsigned int) first_offset); /* (TEST/DEBUG) */ in vm_fault_page()
1089 object = first_object; in vm_fault_page()
1311 if (object != first_object) { in vm_fault_page()
1331 object = first_object; in vm_fault_page()
1357 } else if (object != first_object) { in vm_fault_page()
1389 && ((object != first_object) || (object->copy != VM_OBJECT_NULL)) in vm_fault_page()
1550 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()
1840 if (object->copy_strategy == MEMORY_OBJECT_COPY_CALL && object != first_object) { in vm_fault_page()
1846 if (object->copy == first_object) { in vm_fault_page()
[all …]