Lines Matching refs:copy_map
1900 vm_map_copy_t copy_map, target_copy_map; in mach_memory_entry_map_size() local
1961 copy_map = mem_entry->backing.copy; in mach_memory_entry_map_size()
1964 kr = vm_map_copy_adjust_to_target(copy_map, in mach_memory_entry_map_size()
1974 if (target_copy_map->size != copy_map->size) { in mach_memory_entry_map_size()
1975 …copy_map, VM_MAP_COPY_PAGE_SHIFT(copy_map), map, VM_MAP_PAGE_SHIFT(map), (uint64_t)offset, (uint64… in mach_memory_entry_map_size()
1978 if (target_copy_map != copy_map) { in mach_memory_entry_map_size()
2176 vm_map_copy_t copy_map = VM_MAP_COPY_NULL, target_copy_map = VM_MAP_COPY_NULL; in memory_entry_check_for_adjustment() local
2185 copy_map = named_entry->backing.copy; in memory_entry_check_for_adjustment()
2186 target_copy_map = copy_map; in memory_entry_check_for_adjustment()
2194 copy_map, in memory_entry_check_for_adjustment()
2196 vm_sanitize_wrap_size(copy_map->size), /* size */ in memory_entry_check_for_adjustment()