Searched refs:_haveLPAE (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/arm/
H A Dsystem.hh85 const bool _haveLPAE; member in class:ArmSystem
195 bool haveLPAE() const { return _haveLPAE; }
267 if (_haveLPAE)
H A Dsystem.cc63 _haveLPAE(p->have_lpae),
H A Dtable_walker.hh855 bool _haveLPAE; member in class:ArmISA::TableWalker::LongDescriptor
893 bool haveLPAE() const { return _haveLPAE; }
H A Dtable_walker.cc84 _haveLPAE = armSys->haveLPAE();
89 haveSecurity = _haveLPAE = _haveVirtualization = false;
1234 assert(_haveLPAE);

Completed in 17 milliseconds