Searched refs:submap_copy (Results 1 – 1 of 1) sorted by relevance
17743 vm_map_copy_t submap_copy; in vm_map_remap_extract() local17754 submap_copy = VM_MAP_COPY_NULL; in vm_map_remap_extract()17829 &submap_copy, in vm_map_remap_extract()17845 while (vm_map_copy_first_entry(submap_copy) != in vm_map_remap_extract()17846 vm_map_copy_to_entry(submap_copy)) { in vm_map_remap_extract()17850 copy_entry = vm_map_copy_first_entry(submap_copy); in vm_map_remap_extract()17864 vm_map_copy_discard(submap_copy); in vm_map_remap_extract()17865 submap_copy = VM_MAP_COPY_NULL; in vm_map_remap_extract()17870 vm_map_copy_entry_unlink(submap_copy, copy_entry); in vm_map_remap_extract()17883 vm_map_copy_discard(submap_copy); in vm_map_remap_extract()