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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_kern.c797 vm_object_reference(vm_submap_object);
804 vm_submap_object, (vm_object_offset_t) 0, FALSE,
807 vm_object_deallocate(vm_submap_object);
823 vm_object_deallocate(vm_submap_object);
H A Dvm_map.h590 extern vm_object_t vm_submap_object;
H A Dvm_object.h785 (object) == vm_submap_object) ? \
H A Dvm_object.c563 vm_submap_object = &vm_submap_object_store;
566 vm_submap_object);
569 vm_submap_object);
571 vm_submap_object->copy_strategy = MEMORY_OBJECT_COPY_NONE;
578 vm_object_reference(vm_submap_object);
H A Dvm_resident.c906 if (object == vm_submap_object) {
907 /* the vm_submap_object is only a placeholder for submaps */
908 panic("vm_page_insert(vm_submap_object,0x%llx)\n", offset);
H A Dvm_map.c400 vm_object_t vm_submap_object; variable
3043 * the vm_submap_object, and no other operations may have been
3089 ((object = entry->object.vm_object) == vm_submap_object) &&

Completed in 52 milliseconds