Searched refs:eae (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/
H A Disa.hh606 if (ttbcr.eae)
622 if (ttbcr.eae)
H A Disa.cc248 ttbcr.eae = 0;
1748 if (haveLPAE && (ttbcr.eae || tranType & TLB::HypMode ||
1809 ttbcrMask.eae = ones;
1811 if (haveLPAE && ttbcrNew.eae) {
1826 if (ttbcr.eae) {
H A Dmiscregs_types.hh485 Bitfield<31> eae; member in namespace:ArmISA
H A Dutility.cc222 return ArmSystem::haveLPAE(tc) && ttbcr.eae;
H A Dfaults.cc1060 if (ttbcr_s.eae) {

Completed in 26 milliseconds