Searched refs:vm_map_copy_to_entry (Results 1 – 5 of 5) sorted by relevance
99 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
4388 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object_helper()9031 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()9113 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()9115 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()9741 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()9759 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9832 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9869 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()9886 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9971 next_copy->vme_prev = vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()[all …]
125 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
2934 entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_internal()3185 copy_entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_internal()3808 entry != vm_map_copy_to_entry(copy); in mach_memory_entry_ownership()
723 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro