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

/gem5/src/arch/arm/
H A Dsystem.hh230 ExceptionLevel highestEL() const function in class:ArmSystem
316 static ExceptionLevel highestEL(ThreadContext *tc);
H A Dsystem.cc228 ArmSystem::highestEL(ThreadContext *tc) function in class:ArmSystem
230 return FullSystem? getArmSystem(tc)->highestEL() : EL1;
H A Dutility.cc321 if (ArmSystem::highestELIs64(tc) && ArmSystem::highestEL(tc) == el) {
H A Dmiscregs.cc1126 ExceptionLevel highest_el = ArmSystem::highestEL(tc);
1131 ExceptionLevel highest_el = ArmSystem::highestEL(tc);
3605 .hypRead(FullSystem && system->highestEL() == EL2)
3606 .privRead(FullSystem && system->highestEL() == EL1)
H A Disa.cc109 // Initial rename mode depends on highestEL
271 switch (system->highestEL()) {

Completed in 14 milliseconds