Home
last modified time | relevance | path

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

/xnu-11215/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()
3283 (!entry->is_shared) && in vm_map_enter()
10729 if ((!entry->is_shared && in vm_map_copy_overwrite_aligned()
12271 (src_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()
[all …]
H A Dvm_map_xnu.h211 /* boolean_t */ is_shared:1, /* region is shared */ member
H A Dvm_pageout.c6954 ((entry->is_shared ||