Lines Matching refs:cur_end
1801 vm_map_offset_t cur_offset, cur_start, cur_end; in map_segment() local
1840 cur_end = vm_start; in map_segment()
1844 cur_end = vm_map_round_page(cur_start, effective_page_mask); in map_segment()
1845 if (cur_end > vm_end) { in map_segment()
1846 cur_end = vm_start + (file_end - file_start); in map_segment()
1854 cur_end - cur_start, in map_segment()
1868 cur_end - cur_start, in map_segment()
1882 cur_offset += cur_end - cur_start; in map_segment()
1885 if (cur_end >= vm_start + (file_end - file_start)) { in map_segment()
1889 if (vm_map_round_page(cur_end, effective_page_mask) >= in map_segment()
1894 cur_start = cur_end; in map_segment()
1924 cur_end = vm_map_trunc_page(vm_start + (file_end - in map_segment()
1933 cur_end - cur_start, in map_segment()
1947 cur_end - cur_start, in map_segment()
1961 cur_offset += cur_end - cur_start; in map_segment()
1963 if (cur_end >= vm_start + (file_end - file_start)) { in map_segment()
1967 cur_start = cur_end; in map_segment()
1972 cur_end = vm_start + (file_end - file_start); in map_segment()
1979 cur_end - cur_start, in map_segment()
1993 cur_end - cur_start, in map_segment()
2007 cur_offset += cur_end - cur_start; in map_segment()
2011 assert(cur_end >= vm_start + (file_end - file_start)); in map_segment()