Searched refs:curTranType (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dtlb.cc83 miscRegValid(false), miscRegContext(0), curTranType(NormalTran)
807 updateMiscReg(tc, curTranType);
1299 ((tranType == curTranType) || isStage2)) {
1419 curTranType = tranType;
1532 isSecure, curTranType);
1550 isSecure, curTranType);
1560 req, translation, mode, timing, functional, curTranType);
H A Dtlb.hh428 ArmTranslationType curTranType; member in class:ArmISA::TLB

Completed in 11 milliseconds