184c184,185
< bool secure, TLB::ArmTranslationType tranType)
---
> bool secure, TLB::ArmTranslationType tranType,
> bool _stage2Req)
294a296
> // TODO: fix setting of doingStage2 for timing mode
296,297c298
< currState->stage2Req = currState->hcr.vm && !isStage2 &&
< !currState->isSecure && !currState->isHyp;
---
> currState->stage2Req = _stage2Req && !isStage2;