Lines Matching refs:vm_map_max
2077 addr_space_size = vm_map_max(map) - vm_map_min(map); in vm_map_random_address_for_size()
2099 hole_end = vm_map_max(map); in vm_map_random_address_for_size()
5678 if (end > vm_map_max(map)) \
5679 end = vm_map_max(map); \
5711 if (start < vm_map_min(map) || end > vm_map_max(map) || start > end) { in vm_map_range_check()
11545 src_start < vm_map_max(src_map) && in vm_map_copyin_internal()
11547 src_end < vm_map_max(src_map))) { in vm_map_copyin_internal()
15397 if (start < vm_map_min(map) || end > vm_map_max(map)) { in vm_map_machine_attribute()
15527 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()