Lines Matching defs:submap
3478 panic("uvm_share: encountered a submap (illegal)");
3563 /* gain reference to object backing the map (can't be a submap). */
3827 panic("fork: encountered a submap during fork "
3936 * uvm_map_submap: punch down part of a map into a submap
3945 * => to remove a submap, use uvm_unmap() on the main map
3946 * and then uvm_map_deallocate() the submap.
3948 * => submap must have been init'd and have a zero reference count.
3953 struct vm_map *submap)
3975 entry->object.sub_map = submap;
3977 uvm_map_reference(submap);