Searched refs:vm_fault_page (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_fault.h110 extern vm_fault_return_t vm_fault_page(
H A Dvm_apple_protect.c451 kr = vm_fault_page(src_object,
492 "vm_fault_page() unexpected error 0x%x\n",
578 * Cleanup the result of vm_fault_page() of the source page.
H A Dvm_fault.c230 * Clean up the result of vm_fault_page.
602 * cleanup is based on being called from vm_fault_page
747 * Routine: vm_fault_page
798 vm_fault_page( function
1304 * let the caller of vm_fault_page deal
1651 * and force this thread to retry the vm_fault_page after
3103 * vm_fault and vm_fault_page save mucho state
3131 vm_page_t result_page; /* Result of vm_fault_page */
4175 * point since "vm_fault_page" will
4197 XPR(XPR_VM_FAULT,"vm_fault -> vm_fault_page\
[all...]
H A Dmemory_object.c740 * we're going to call vm_fault_page on it which may
825 result = vm_fault_page(copy_object, i,
885 " from vm_fault_page()\n", result);
H A Dvm_object.c3248 XPR(XPR_VM_FAULT,"vm_object_copy_slowly -> vm_fault_page",0,0,0,0,0);
3250 result = vm_fault_page(src_object, src_offset,
3347 " 0x%x from vm_fault_page()\n", result);
H A Dvm_pageout.c6918 * vm_fault_page() (as "dst_page"), to avoid having to
6939 result = vm_fault_page(object, dst_offset,
7032 " 0x%x from vm_fault_page()\n", result);

Completed in 215 milliseconds