78c78
< isStage2(p->is_stage2), stage2Req(false), _attr(0),
---
> isStage2(p->is_stage2), stage2Req(false), stage2DescReq(false), _attr(0),
395a396
> stage2DescReq = otlb->stage2DescReq;
417a419
> SERIALIZE_SCALAR(stage2DescReq);
433a436
> UNSERIALIZE_SCALAR(stage2DescReq);
1312a1316,1317
> stage2DescReq = isStage2 || (hcr.vm && !isHyp && !isSecure &&
> (aarch64EL < EL2));
1318a1324
> stage2DescReq = false;
1359a1366
> stage2DescReq = hcr.vm && !isStage2 && !isHyp && !isSecure;
1365a1373
> stage2DescReq = false;
1443c1451
< tranType, stage2Req);
---
> tranType, stage2DescReq);