Home
last modified time | relevance | path

Searched refs:is_shared (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dbsd_vm.c1073 if (entry->is_shared) { in fill_procregioninfo()
1169 if (entry->is_shared) { in fill_procregioninfo_onlymappedvnodes()
H A Dvm_map.c682 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()
[all …]
H A Dvm_map_xnu.h211 /* boolean_t */ is_shared:1, /* region is shared */ member
H A Dvm_pageout.c6954 ((entry->is_shared ||