Lines Matching defs:currState
194 WalkerState *currState = currStates.front();
195 while ((num_squashed < numSquashable) && currState &&
196 currState->translation->squashed()) {
201 currState->req->getVaddr());
204 currState->translation->finish(
206 currState->req, currState->tc, currState->mode);
211 if (currState->numInflight() == 0) {
212 delete currState;
214 currState->squash();
219 currState = currStates.front();
221 currState = NULL;
223 if (currState && !currState->wasStarted())
224 currState->startWalk();