Searched refs:vm_map_copy_to_entry (Results 1 – 5 of 5) sorted by relevance
97 vm_map_copy_first_entry(copy) = vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()98 VMH_PREV_SET(©->cpy_hdr, vm_map_copy_to_entry(copy)); in vm_map_store_copy_reset_ll()
4417 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object()9269 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()9353 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy()9355 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()10039 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()10057 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()10133 VME_PREV_SET(next_copy, vm_map_copy_to_entry(copy)); in vm_map_copy_overwrite_nested()10174 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()10191 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()10275 VME_PREV_SET(next_copy, vm_map_copy_to_entry(copy)); in vm_map_copy_overwrite_nested()[all …]
559 entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_copy()866 copy_entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_share()1670 entry != vm_map_copy_to_entry(copy); in mach_memory_entry_ownership()
125 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
604 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro