Lines Matching refs:is_shared
705 new->is_shared = FALSE; in vm_map_entry_copy()
3324 (!entry->is_shared) && in vm_map_enter()
4401 copy_entry->is_shared = TRUE; in vm_map_enter_mem_object()
9793 entry->is_shared = FALSE; in vm_map_copy_overwrite_nested()
10856 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
12376 (!was_wired && !map_share && !tmp_entry->is_shared in vm_map_copyin_internal()
12404 (src_entry->is_shared ? in vm_map_copyin_internal()
12424 entry_was_shared = tmp_entry->is_shared; in vm_map_copyin_internal()
13092 !old_entry->is_shared && in vm_map_fork_share()
13271 old_entry->is_shared = TRUE; in vm_map_fork_share()
13272 new_entry->is_shared = TRUE; in vm_map_fork_share()
13795 ((old_entry->is_shared in vm_map_fork()
14496 (submap_entry->is_shared in vm_map_lookup_and_lock_object()
14674 entry->is_shared = FALSE; in vm_map_lookup_and_lock_object()
14682 entry->is_shared = TRUE; in vm_map_lookup_and_lock_object()
15548 basic->shared = entry->is_shared; in vm_map_region()
15596 basic->shared = entry->is_shared; in vm_map_region()
16226 (prev_entry->is_shared == this_entry->is_shared) && in vm_map_simplify_entry()
17775 !copy_entry->is_shared && in vm_map_remap_extract()
18085 !src_entry->is_shared && in vm_map_remap_extract()
18294 src_entry->is_shared = FALSE; in vm_map_remap_extract()
18296 src_entry->is_shared = TRUE; in vm_map_remap_extract()
18303 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18305 new_entry->is_shared = TRUE; in vm_map_remap_extract()
18324 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18362 ((src_entry->is_shared in vm_map_remap_extract()
18377 new_entry->is_shared = FALSE; in vm_map_remap_extract()