Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_map_store_ll.c97 vm_map_copy_first_entry(copy) = in vm_map_store_copy_reset_ll()
H A Dvm_map.c4466 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object_helper()
9136 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
9138 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()
9218 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()
9845 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
9974 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10270 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
10392 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()
10467 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
10713 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()
[all …]
H A Dvm_user.c2934 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()
3032 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_internal()
3130 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()
3185 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()
3198 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_internal()
3831 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.h726 #define vm_map_copy_first_entry(copy) \ macro