Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_map_store_ll.c97 vm_map_copy_first_entry(copy) = vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
H A Dvm_memory_entry.c570 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_copy()
715 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()
811 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
890 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
915 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_share()
1694 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.c4598 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()
9742 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
9744 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()
9827 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy()
10525 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10670 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
11015 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
11146 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()
11223 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
11488 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()
[all …]
H A Dvm_map_xnu.h647 #define vm_map_copy_first_entry(copy) \ macro