Lines Matching refs:cur_start
1801 vm_map_offset_t cur_offset, cur_start, cur_end; in map_segment() local
1839 cur_start = vm_start; in map_segment()
1844 cur_end = vm_map_round_page(cur_start, effective_page_mask); in map_segment()
1853 &cur_start, in map_segment()
1854 cur_end - cur_start, in map_segment()
1867 &cur_start, in map_segment()
1868 cur_end - cur_start, in map_segment()
1882 cur_offset += cur_end - cur_start; in map_segment()
1894 cur_start = cur_end; in map_segment()
1932 &cur_start, in map_segment()
1933 cur_end - cur_start, in map_segment()
1946 &cur_start, in map_segment()
1947 cur_end - cur_start, in map_segment()
1961 cur_offset += cur_end - cur_start; in map_segment()
1967 cur_start = cur_end; in map_segment()
1978 &cur_start, in map_segment()
1979 cur_end - cur_start, in map_segment()
1992 &cur_start, in map_segment()
1993 cur_end - cur_start, in map_segment()
2007 cur_offset += cur_end - cur_start; in map_segment()