• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching refs:first_m

455 vm_fault_check(vm_object_t object, vm_page_t m, vm_page_t first_m, boolean_t interruptible_state)
464 vm_fault_cleanup(object, first_m);
480 vm_fault_cleanup(object, first_m);
497 vm_fault_cleanup(object, first_m);
645 vm_page_t first_m;
773 first_m = VM_PAGE_NULL;
795 vm_fault_cleanup(object, first_m);
831 vm_fault_cleanup(object, first_m);
855 assert(first_m == VM_PAGE_NULL);
856 *top_page = first_m;
865 vm_fault_cleanup(object, first_m);
882 vm_fault_cleanup(object, first_m);
899 vm_fault_cleanup(object, first_m);
934 error = vm_fault_check(object, m, first_m, interruptible_state);
962 m = first_m;
963 first_m = VM_PAGE_NULL;
991 first_m = m;
1048 vm_fault_cleanup(object, first_m);
1169 vm_fault_cleanup(object, first_m);
1198 vm_fault_cleanup(object, first_m);
1237 vm_fault_cleanup(object, first_m);
1282 vm_fault_cleanup(object, first_m);
1332 vm_fault_cleanup(object, first_m);
1341 vm_fault_cleanup(object, first_m);
1388 first_m = m;
1414 m = first_m;
1416 first_m = VM_PAGE_NULL;
1425 error = vm_fault_check(object, m, first_m, interruptible_state);
1474 * The top-level page (first_m) is:
1490 assert((first_m == VM_PAGE_NULL) ||
1491 (first_m->busy && !first_m->absent &&
1492 !first_m->active && !first_m->inactive));
1508 (integer_t)first_object, (integer_t)first_m);
1539 vm_fault_cleanup(object, first_m);
1573 vm_fault_cleanup(object, first_m);
1622 VM_PAGE_FREE(first_m);
1623 first_m = VM_PAGE_NULL;
1727 vm_fault_cleanup(object, first_m);
1787 vm_fault_cleanup(object, first_m);
1808 vm_fault_cleanup(object, first_m);
1922 *top_page = first_m;
1925 "vm_f_page: DONE obj 0x%X, offset 0x%X, m 0x%X, first_m 0x%X\n",
1926 (integer_t)object, offset, (integer_t)m, (integer_t)first_m, 0);