Lines Matching refs:is_shared
706 new->is_shared = FALSE; in vm_map_entry_copy()
3359 (!entry->is_shared) && in vm_map_enter()
4436 copy_entry->is_shared = TRUE; in vm_map_enter_mem_object()
9838 entry->is_shared = FALSE; in vm_map_copy_overwrite_nested()
10902 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
12425 (!was_wired && !map_share && !tmp_entry->is_shared in vm_map_copyin_internal()
12453 (src_entry->is_shared ? in vm_map_copyin_internal()
12473 entry_was_shared = tmp_entry->is_shared; in vm_map_copyin_internal()
13141 !old_entry->is_shared && in vm_map_fork_share()
13320 old_entry->is_shared = TRUE; in vm_map_fork_share()
13321 new_entry->is_shared = TRUE; in vm_map_fork_share()
13848 ((old_entry->is_shared in vm_map_fork()
14549 (submap_entry->is_shared in vm_map_lookup_and_lock_object()
14727 entry->is_shared = FALSE; in vm_map_lookup_and_lock_object()
14735 entry->is_shared = TRUE; in vm_map_lookup_and_lock_object()
15605 basic->shared = entry->is_shared; in vm_map_region()
15653 basic->shared = entry->is_shared; in vm_map_region()
16283 (prev_entry->is_shared == this_entry->is_shared) && in vm_map_simplify_entry()
17834 !copy_entry->is_shared && in vm_map_remap_extract()
18144 !src_entry->is_shared && in vm_map_remap_extract()
18353 src_entry->is_shared = FALSE; in vm_map_remap_extract()
18355 src_entry->is_shared = TRUE; in vm_map_remap_extract()
18362 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18364 new_entry->is_shared = TRUE; in vm_map_remap_extract()
18383 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18421 ((src_entry->is_shared in vm_map_remap_extract()
18436 new_entry->is_shared = FALSE; in vm_map_remap_extract()