Lines Matching refs:is_shared

682 	new->is_shared = FALSE;  in vm_map_entry_copy()
3277 (!entry->is_shared) && in vm_map_enter()
4352 copy_entry->is_shared = TRUE; in vm_map_enter_mem_object()
9667 entry->is_shared = FALSE; in vm_map_copy_overwrite_nested()
10723 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
12237 (!was_wired && !map_share && !tmp_entry->is_shared in vm_map_copyin_internal()
12265 (src_entry->is_shared ? in vm_map_copyin_internal()
12285 entry_was_shared = tmp_entry->is_shared; in vm_map_copyin_internal()
12953 !old_entry->is_shared && in vm_map_fork_share()
13132 old_entry->is_shared = TRUE; in vm_map_fork_share()
13133 new_entry->is_shared = TRUE; in vm_map_fork_share()
13655 ((old_entry->is_shared in vm_map_fork()
14337 (submap_entry->is_shared in vm_map_lookup_and_lock_object()
14515 entry->is_shared = FALSE; in vm_map_lookup_and_lock_object()
14523 entry->is_shared = TRUE; in vm_map_lookup_and_lock_object()
15385 basic->shared = entry->is_shared; in vm_map_region()
15433 basic->shared = entry->is_shared; in vm_map_region()
16063 (prev_entry->is_shared == this_entry->is_shared) && in vm_map_simplify_entry()
17674 !copy_entry->is_shared && in vm_map_remap_extract()
17984 !src_entry->is_shared && in vm_map_remap_extract()
18191 src_entry->is_shared = FALSE; in vm_map_remap_extract()
18193 src_entry->is_shared = TRUE; in vm_map_remap_extract()
18200 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18202 new_entry->is_shared = TRUE; in vm_map_remap_extract()
18221 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18259 ((src_entry->is_shared in vm_map_remap_extract()
18274 new_entry->is_shared = FALSE; in vm_map_remap_extract()