Home
last modified time | relevance | path

Searched refs:vm_map_copy_last_entry (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/vm/
H A Dvm_map_store_ll.c134 ((VMCI_where->vme_next)->vme_prev = vm_map_copy_last_entry(VMCI_copy))\
280 vm_map_copy_last_entry(copy) = in vm_map_store_copy_reset_ll()
H A Dvm_map.c8647 vm_map_copy_last_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()
8747 vm_map_copy_last_entry(copy)->vme_next in vm_map_copy_copy()
9814 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()
9816 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()
9819 vm_map_copy_last_entry(tail_copy), in vm_map_copy_overwrite()
9894 entry = vm_map_copy_last_entry(tail_copy); in vm_map_copy_overwrite()
9897 vm_map_copy_last_entry(copy), in vm_map_copy_overwrite()
11198 vm_map_copy_last_entry(copy), in vm_map_copyout_internal()
11345 SAVE_HINT_MAP_WRITE(dst_map, vm_map_copy_last_entry(copy)); in vm_map_copyout_internal()
12092 vm_map_copy_entry_link(copy, vm_map_copy_last_entry(copy), in vm_map_copyin_internal()
[all …]
H A Dvm_map.h625 #define vm_map_copy_last_entry(copy) \ macro