Searched refs:vm_map_copy_to_entry (Results 1 – 4 of 4) sorted by relevance
281 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
4358 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object_helper()8646 vm_map_copy_first_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()8647 vm_map_copy_last_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()8669 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()8746 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()8748 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()9352 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()9370 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9450 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9487 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()[all …]
142 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
622 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro