Lines Matching refs:vm_map_copy_first_entry
4276 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()
8986 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
8988 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()
9071 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()
9707 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
9838 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10168 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
10290 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()
10365 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
10616 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()
11279 while (vm_map_copy_first_entry(copy) != vm_map_copy_to_entry(copy)) { in vm_map_copy_insert()
11280 entry = vm_map_copy_first_entry(copy); in vm_map_copy_insert()
11306 for (copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_remap()
11531 entry = vm_map_copy_first_entry(copy); in vm_map_copyout_internal()
11566 for (entry = vm_map_copy_first_entry(copy); in vm_map_copyout_internal()
12663 tmp_entry = vm_map_copy_first_entry(copy); in vm_map_copyin_internal()
12759 tmp_entry = vm_map_copy_first_entry(copy); in vm_map_copyin_internal()
17650 copy_entry = vm_map_copy_first_entry(map_copy); in vm_map_remap_extract()
17839 while (vm_map_copy_first_entry(submap_copy) != in vm_map_remap_extract()
17844 copy_entry = vm_map_copy_first_entry(submap_copy); in vm_map_remap_extract()
18600 while (vm_map_copy_first_entry(copy_map) != in vm_map_copy_to_physcopy()
18602 entry = vm_map_copy_first_entry(copy_map); in vm_map_copy_to_physcopy()
18648 for (entry = vm_map_copy_first_entry(copy_map); in vm_map_copy_adjust_get_target_copy_map()
18685 trim_start += vm_map_copy_first_entry(copy_map)->vme_start; in vm_map_copy_trim()
18686 trim_end += vm_map_copy_first_entry(copy_map)->vme_start; in vm_map_copy_trim()
18692 for (entry = vm_map_copy_first_entry(copy_map); in vm_map_copy_trim()
18858 for (entry = vm_map_copy_first_entry(copy_map); in vm_map_copy_adjust_to_target()
18867 if (entry == vm_map_copy_first_entry(copy_map) && !copy) { in vm_map_copy_adjust_to_target()
18949 for (target_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_copy_adjust_to_target()
18958 if (target_entry == vm_map_copy_first_entry(target_copy_map)) { in vm_map_copy_adjust_to_target()
18973 if (target_entry == vm_map_copy_first_entry(target_copy_map)) { in vm_map_copy_adjust_to_target()
19415 while (vm_map_copy_first_entry(copy_map) != in vm_map_remap()
19417 vm_map_entry_t entry = vm_map_copy_first_entry(copy_map); in vm_map_remap()
21024 copy_entry = vm_map_copy_first_entry(copy); in vm_named_entry_to_vm_object()