Lines Matching refs:is_shared

682 	new->is_shared = FALSE;  in vm_map_entry_copy()
3283 (!entry->is_shared) && in vm_map_enter()
4358 copy_entry->is_shared = TRUE; in vm_map_enter_mem_object()
9673 entry->is_shared = FALSE; in vm_map_copy_overwrite_nested()
10729 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
12243 (!was_wired && !map_share && !tmp_entry->is_shared in vm_map_copyin_internal()
12271 (src_entry->is_shared ? in vm_map_copyin_internal()
12291 entry_was_shared = tmp_entry->is_shared; in vm_map_copyin_internal()
12959 !old_entry->is_shared && in vm_map_fork_share()
13138 old_entry->is_shared = TRUE; in vm_map_fork_share()
13139 new_entry->is_shared = TRUE; in vm_map_fork_share()
13661 ((old_entry->is_shared in vm_map_fork()
14343 (submap_entry->is_shared in vm_map_lookup_and_lock_object()
14521 entry->is_shared = FALSE; in vm_map_lookup_and_lock_object()
14529 entry->is_shared = TRUE; in vm_map_lookup_and_lock_object()
15391 basic->shared = entry->is_shared; in vm_map_region()
15439 basic->shared = entry->is_shared; in vm_map_region()
16069 (prev_entry->is_shared == this_entry->is_shared) && in vm_map_simplify_entry()
17680 !copy_entry->is_shared && in vm_map_remap_extract()
17990 !src_entry->is_shared && in vm_map_remap_extract()
18197 src_entry->is_shared = FALSE; in vm_map_remap_extract()
18199 src_entry->is_shared = TRUE; in vm_map_remap_extract()
18206 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18208 new_entry->is_shared = TRUE; in vm_map_remap_extract()
18227 new_entry->is_shared = FALSE; in vm_map_remap_extract()
18265 ((src_entry->is_shared in vm_map_remap_extract()
18280 new_entry->is_shared = FALSE; in vm_map_remap_extract()