Lines Matching refs:cur_end
1841 vm_map_offset_t cur_offset, cur_start, cur_end; in map_segment() local
1880 cur_end = vm_start; in map_segment()
1884 cur_end = vm_map_round_page(cur_start, effective_page_mask); in map_segment()
1885 if (cur_end > vm_end) { in map_segment()
1886 cur_end = vm_start + (file_end - file_start); in map_segment()
1894 cur_end - cur_start, in map_segment()
1908 cur_end - cur_start, in map_segment()
1922 cur_offset += cur_end - cur_start; in map_segment()
1925 if (cur_end >= vm_start + (file_end - file_start)) { in map_segment()
1929 if (vm_map_round_page(cur_end, effective_page_mask) >= in map_segment()
1934 cur_start = cur_end; in map_segment()
1964 cur_end = vm_map_trunc_page(vm_start + (file_end - in map_segment()
1973 cur_end - cur_start, in map_segment()
1987 cur_end - cur_start, in map_segment()
2001 cur_offset += cur_end - cur_start; in map_segment()
2003 if (cur_end >= vm_start + (file_end - file_start)) { in map_segment()
2007 cur_start = cur_end; in map_segment()
2012 cur_end = vm_start + (file_end - file_start); in map_segment()
2019 cur_end - cur_start, in map_segment()
2033 cur_end - cur_start, in map_segment()
2047 cur_offset += cur_end - cur_start; in map_segment()
2051 assert(cur_end >= vm_start + (file_end - file_start)); in map_segment()