Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h607 #define vm_map_copy_last_entry(copy) \ macro
H A Dvm_map.c9354 vm_map_copy_last_entry(copy)->vme_next in vm_map_copy_copy()
10561 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()
10563 entry = vm_map_copy_last_entry(copy); in vm_map_copy_overwrite()
10566 vm_map_copy_last_entry(tail_copy), in vm_map_copy_overwrite()
10645 entry = vm_map_copy_last_entry(tail_copy); in vm_map_copy_overwrite()
10648 vm_map_copy_last_entry(copy), in vm_map_copy_overwrite()
11920 vm_map_copy_last_entry(copy), in vm_map_copyout_internal()
12073 SAVE_HINT_MAP_WRITE(dst_map, vm_map_copy_last_entry(copy)); in vm_map_copyout_internal()
13017 vm_map_copy_entry_link(copy, vm_map_copy_last_entry(copy), in vm_map_copyin_internal()
13193 tmp_entry = vm_map_copy_last_entry(copy); in vm_map_copyin_internal()
[all …]