Searched refs:vm_map_copy_last_entry (Results 1 – 3 of 3) sorted by relevance
98 vm_map_copy_last_entry(copy) = in vm_map_store_copy_reset_ll()
8984 vm_map_copy_last_entry(copy)->vme_next in vm_map_copy_copy()10074 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()10076 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()10079 vm_map_copy_last_entry(tail_copy), in vm_map_copy_overwrite()10154 entry = vm_map_copy_last_entry(tail_copy); in vm_map_copy_overwrite()10157 vm_map_copy_last_entry(copy), in vm_map_copy_overwrite()11379 vm_map_copy_last_entry(copy), in vm_map_copyout_internal()11538 SAVE_HINT_MAP_WRITE(dst_map, vm_map_copy_last_entry(copy)); in vm_map_copyout_internal()12306 vm_map_copy_entry_link(copy, vm_map_copy_last_entry(copy), in vm_map_copyin_internal()12473 tmp_entry = vm_map_copy_last_entry(copy); in vm_map_copyin_internal()[all …]
656 #define vm_map_copy_last_entry(copy) \ macro