Lines Matching refs:vm_map_max
2415 hole_end = vm_map_max(map); in vm_map_random_address_for_size()
5891 if (end > vm_map_max(map)) \
5892 end = vm_map_max(map); \
5924 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_range_check()
8239 if (end == 0 || end > vm_map_max(map)) { in vm_map_delete()
8241 gap_start = vm_map_max(map); in vm_map_delete()
8252 vm_map_max(map), start, end); in vm_map_delete()
12051 src_start < vm_map_max(src_map) && in vm_map_copyin_internal()
12053 src_end < vm_map_max(src_map))) { in vm_map_copyin_internal()
13495 vm_map_min(new_map), vm_map_max(new_map)); in vm_map_fork()
13496 } else if (new_entry->vme_end < vm_map_max(new_map)) { in vm_map_fork()
13500 new_entry->vme_end, vm_map_max(new_map)); in vm_map_fork()
13726 vm_map_min(new_map), vm_map_max(new_map)); in vm_map_fork()
13727 } else if (new_entry->vme_end < vm_map_max(new_map)) { in vm_map_fork()
13731 new_entry->vme_end, vm_map_max(new_map)); in vm_map_fork()
16165 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_machine_attribute()
16296 end > vm_map_max(map)) { in vm_map_behavior_set()
19688 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_check_protection()
20184 } else if (curr_s_offset >= vm_map_max(map)) { in vm_map_page_range_info_internal()
23677 default_end = vm_map_max(map); in vm_map_range_configure()
23705 assert3u(7 * GiB(10) / 2, <=, vm_map_max(map) - default_end); in vm_map_range_configure()
23707 default_end + PAGE_SIZE, vm_map_max(map), offmask); in vm_map_range_configure()
23724 if (data_range.max_address != vm_map_max(map)) { in vm_map_range_configure()
23731 size = vm_map_max(map) - data_range.max_address; in vm_map_range_configure()
23925 .max_address = vm_map_max(map), in mach_vm_range_create_v1()