Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/ !
H A Dvm_map.c1611 #define vm_map_copy_entry_create(copy) _vm_map_entry_create(&(copy)->cpy_hdr) macro
11370 new = vm_map_copy_entry_create(copy); in vm_map_copyout_internal()
11761 new_entry = vm_map_copy_entry_create(copy); in vm_map_copyin_internal()
11908 new_entry = vm_map_copy_entry_create(copy); in vm_map_copyin_internal()
17775 new_entry = vm_map_copy_entry_create(copy_map); in vm_map_copy_to_physcopy()
17915 target_entry = vm_map_copy_entry_create(target_copy_map); in vm_map_copy_adjust_get_target_copy_map()
20141 copy_entry = vm_map_copy_entry_create(copy); in vm_named_entry_associate_vm_object()