Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dbsd_vm.c1097 if (entry->is_shared) { in fill_procregioninfo()
1200 if (entry->is_shared) { in fill_procregioninfo_onlymappedvnodes()
H A Dvm_map.c761 new->is_shared = FALSE; in vm_map_entry_copy()
3577 (!entry->is_shared) && in vm_map_enter()
4710 copy_entry->is_shared = TRUE; in vm_map_enter_mem_object()
10512 entry->is_shared = FALSE; in vm_map_copy_overwrite_nested()
11625 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
13510 (!was_wired && !map_share && !tmp_entry->is_shared in vm_map_copyin_internal()
13540 (src_entry->is_shared ? in vm_map_copyin_internal()
13560 entry_was_shared = tmp_entry->is_shared; in vm_map_copyin_internal()
14249 !old_entry->is_shared && in vm_map_fork_share()
14428 old_entry->is_shared = TRUE; in vm_map_fork_share()
[all …]
H A Dvm_map_xnu.h210 /* boolean_t */ is_shared:1, /* region is shared */ member
H A Dvm_pageout.c7324 ((entry->is_shared ||