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

/gem5/src/arch/arm/
H A Dtlb.cc79 directToStage2(false), tableWalker(p->walker), stage2Tlb(NULL),
122 if (directToStage2) {
391 directToStage2 = otlb->directToStage2;
414 SERIALIZE_SCALAR(directToStage2);
431 UNSERIALIZE_SCALAR(directToStage2);
1205 if (directToStage2) {
1226 if (directToStage2) {
1247 if (directToStage2) {
1359 directToStage2
[all...]
H A Dtlb.hh160 bool directToStage2; // Indicates whether all translation requests should member in class:ArmISA::TLB

Completed in 11 milliseconds