Lines Matching refs:end
98 state.end = 0;
102 else if (!uvm_map_lookup_entry(map, state.end, &entry))
108 if (state.end > entry->start) {
109 state.start = state.end;
113 state.realend = entry->end;
114 state.end = entry->end;
135 KASSERT(state.end <= VM_MAXUSER_ADDRESS);
157 vaddr_t end;
160 for (end = state.start;
161 end < state.end; end += PAGE_SIZE) {
164 end - entry->start);
171 state.realend != state.end) {
172 state.end = end;
183 state.realend == state.end) {
184 state.realend = end;