uvm_map_create
submap = uvm_map_create(vm_map_pmap(map), *min, *max, flags);
struct vm_map * uvm_map_create(pmap_t, vaddr_t, vaddr_t, int);