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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_kern.c1148 vm_object_reference(vm_submap_object);
1157 vm_submap_object, (vm_object_offset_t) 0, FALSE,
1160 vm_object_deallocate(vm_submap_object);
1178 vm_object_deallocate(vm_submap_object);
H A Dvm_object.h963 (object) == vm_submap_object) ? \
H A Dvm_map.h681 extern vm_object_t vm_submap_object;
H A Dvm_object.c685 vm_submap_object = &vm_submap_object_store;
688 vm_submap_object);
691 vm_submap_object);
693 vm_submap_object->copy_strategy = MEMORY_OBJECT_COPY_NONE;
700 vm_object_reference(vm_submap_object);
H A Dvm_resident.c1072 if (object == vm_submap_object) {
1073 /* the vm_submap_object is only a placeholder for submaps */
1074 panic("vm_page_insert(vm_submap_object,0x%llx)\n", offset);
H A Dvm_map.c442 vm_object_t vm_submap_object; variable
3623 * the vm_submap_object, and no other operations may have been
3669 ((object = entry->object.vm_object) == vm_submap_object) &&

Completed in 96 milliseconds