Lines Matching refs:vm_map_max
2895 hole_end = vm_map_max(map); in vm_map_random_address_for_size()
5884 if (end > vm_map_max(map)) \
5885 end = vm_map_max(map); \
5917 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_range_check()
8823 if (end == 0 || end > vm_map_max(map)) { in vm_map_delete()
8825 gap_start = vm_map_max(map); in vm_map_delete()
8836 vm_map_max(map), start, end); in vm_map_delete()
12982 src_start < vm_map_max(src_map) && in _vm_map_copyin_select_strategy()
12984 src_end < vm_map_max(src_map))) { in _vm_map_copyin_select_strategy()
17457 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_machine_attribute()
17591 end > vm_map_max(map)) { in vm_map_behavior_set()
21253 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_check_protection()
21829 } else if (curr_s_offset >= vm_map_max(map)) { in vm_map_page_range_info_internal()
25799 default_end = vm_map_max(map); in vm_map_range_configure()
25829 assert3u(7 * GiB(10) / 2, <=, vm_map_max(map) - default_end); in vm_map_range_configure()
25831 default_end + PAGE_SIZE, vm_map_max(map), offmask); in vm_map_range_configure()
25848 if (data_range.max_address != vm_map_max(map)) { in vm_map_range_configure()
25863 if (entry == vm_map_to_entry(map) || entry->vme_start > vm_map_max(map)) { in vm_map_range_configure()
25864 size = vm_map_max(map) - data_range.max_address; in vm_map_range_configure()