Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_map_store_ll.c248 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
H A Dvm_map.c4295 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object_helper()
8775 vm_map_copy_first_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()
8776 vm_map_copy_last_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()
8804 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()
8887 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
8889 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
9513 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
9531 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9611 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9648 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
[all …]
H A Dvm_map_store_rb.c138 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
H A Dvm_user.c3027 entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_internal()
3271 copy_entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_internal()
3861 entry != vm_map_copy_to_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.h738 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro