Searched refs:target_copy_map (Results 1 – 2 of 2) sorted by relevance
1900 vm_map_copy_t copy_map, target_copy_map; in mach_memory_entry_map_size() local1962 target_copy_map = VM_MAP_COPY_NULL; in mach_memory_entry_map_size()1969 &target_copy_map, in mach_memory_entry_map_size()1974 if (target_copy_map->size != copy_map->size) { in mach_memory_entry_map_size()1977 *map_size_out = target_copy_map->size; in mach_memory_entry_map_size()1978 if (target_copy_map != copy_map) { in mach_memory_entry_map_size()1979 vm_map_copy_discard(target_copy_map); in mach_memory_entry_map_size()1981 target_copy_map = VM_MAP_COPY_NULL; 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() local2186 target_copy_map = copy_map; in memory_entry_check_for_adjustment()[all …]
4231 &target_copy_map, in vm_map_enter_mem_object()4246 target_copy_map = copy_map; in vm_map_enter_mem_object()18665 target_copy_map, in vm_map_copy_adjust_get_target_copy_map()18821 &target_copy_map); in vm_map_copy_adjust_to_target()18822 copy_map = target_copy_map; in vm_map_copy_adjust_to_target()18833 &target_copy_map); in vm_map_copy_adjust_to_target()18834 copy_map = target_copy_map; in vm_map_copy_adjust_to_target()18925 copy_map = target_copy_map; in vm_map_copy_adjust_to_target()19100 target_copy_map = copy_map; in vm_map_range_physical_size()19108 &target_copy_map, in vm_map_range_physical_size()[all …]