Searched refs:opModeToEL (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/arm/
H A Dutility.hh156 return opModeToEL(currOpMode(tc));
162 return opModeToEL((OperatingMode) (uint8_t)cpsr.mode);
H A Dutility.cc375 return unknownMode32(mode) || !ArmSystem::haveEL(tc, opModeToEL(mode));
381 return unknownMode(mode) || !ArmSystem::haveEL(tc, opModeToEL(mode));
H A Dtypes.hh689 opModeToEL(OperatingMode mode) function in namespace:ArmISA
H A Disa.hh482 ExceptionLevel el = opModeToEL(
H A Dfaults.cc430 fromEL = opModeToEL(fromMode);
445 toEL = opModeToEL(toMode);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc1025 const ExceptionLevel el = opModeToEL((OperatingMode) (uint8_t)spsr.mode);
1057 const ExceptionLevel target_el = opModeToEL(mode);
1062 if (target_el > opModeToEL(cur_mode))

Completed in 19 milliseconds