Lines Matching refs:vm_map_max

2712 				hole_end = vm_map_max(map);  in vm_map_random_address_for_size()
5460 if (end > vm_map_max(map)) \
5461 end = vm_map_max(map); \
5493 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_range_check()
7885 if (end == 0 || end > vm_map_max(map)) { in vm_map_delete()
7887 gap_start = vm_map_max(map); in vm_map_delete()
7898 vm_map_max(map), start, end); in vm_map_delete()
11758 src_start < vm_map_max(src_map) && in vm_map_copyin_internal()
11760 src_end < vm_map_max(src_map))) { in vm_map_copyin_internal()
13209 vm_map_min(new_map), vm_map_max(new_map)); in vm_map_fork()
13210 } else if (new_entry->vme_end < vm_map_max(new_map)) { in vm_map_fork()
13214 new_entry->vme_end, vm_map_max(new_map)); in vm_map_fork()
13463 vm_map_min(new_map), vm_map_max(new_map)); in vm_map_fork()
13464 } else if (new_entry->vme_end < vm_map_max(new_map)) { in vm_map_fork()
13468 new_entry->vme_end, vm_map_max(new_map)); in vm_map_fork()
15924 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_machine_attribute()
16055 end > vm_map_max(map)) { in vm_map_behavior_set()
19443 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_check_protection()
19966 } else if (curr_s_offset >= vm_map_max(map)) { in vm_map_page_range_info_internal()
23683 default_end = vm_map_max(map); in vm_map_range_configure()
23711 assert3u(7 * GiB(10) / 2, <=, vm_map_max(map) - default_end); in vm_map_range_configure()
23713 default_end + PAGE_SIZE, vm_map_max(map), offmask); in vm_map_range_configure()
23730 if (data_range.max_address != vm_map_max(map)) { in vm_map_range_configure()
23740 if (entry == vm_map_to_entry(map) || entry->vme_start > vm_map_max(map)) { in vm_map_range_configure()
23741 size = vm_map_max(map) - data_range.max_address; in vm_map_range_configure()