Lines Matching defs:submap
2514 " detach %#jx: amap=%#jx, obj=%#jx, submap?=%jd",
3082 * uvm_map_submap: punch down part of a map into a submap
3091 * => to remove a submap, use uvm_unmap() on the main map
3092 * and then uvm_map_deallocate() the submap.
3094 * => submap must have been init'd and have a zero reference count.
3100 struct vm_map *submap)
3120 entry->object.sub_map = submap;
3122 uvm_map_reference(submap);
3591 * for a zero-fill region. (XXXCDC: submap case
3595 if (!UVM_ET_ISSUBMAP(entry)) { /* not submap */
3847 * for a zero-fill region. (XXXCDC: submap case
3851 if (!UVM_ET_ISSUBMAP(entry)) { /* not submap */
4456 * be a submap, already checked this case).
5044 UVMHIST_LOG(maphist,"<- done (submap)",0,0,0,0);