Lines Matching refs:vm_map_max
2079 addr_space_size = vm_map_max(map) - vm_map_min(map); in vm_map_random_address_for_size()
2107 hole_end = vm_map_max(map); in vm_map_random_address_for_size()
5674 if (end > vm_map_max(map)) \
5675 end = vm_map_max(map); \
5707 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_range_check()
11542 src_start < vm_map_max(src_map) && in vm_map_copyin_internal()
11544 src_end < vm_map_max(src_map))) { in vm_map_copyin_internal()
15405 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_machine_attribute()
15535 end > vm_map_max(map)) { in vm_map_behavior_set()
18664 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_check_protection()
19157 } else if (curr_s_offset >= vm_map_max(map)) { in vm_map_page_range_info_internal()