Searched refs:haveEL (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/arm/
H A Dsystem.hh319 static bool haveEL(ThreadContext *tc, ExceptionLevel el);
H A Dutility.cc208 return ArmSystem::haveEL(tc, EL3) && scr.ns == 0;
241 if (ArmSystem::haveEL(tc, EL2) && !is_secure)
375 return unknownMode32(mode) || !ArmSystem::haveEL(tc, opModeToEL(mode));
381 return unknownMode(mode) || !ArmSystem::haveEL(tc, opModeToEL(mode));
H A Dsystem.cc234 ArmSystem::haveEL(ThreadContext *tc, ExceptionLevel el) function in class:ArmSystem
H A Dfaults.cc963 if (!inSecureState(tc) && ArmSystem::haveEL(tc, EL2))
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc635 if ((ArmSystem::haveEL(tc, EL2) && !inSecureState(tc) &&
807 assert(ArmSystem::haveEL(tc, targetEL));
847 assert(ArmSystem::haveEL(tc, targetEL));
886 ArmSystem::haveEL(tc, EL2) && !inSecureState(scr, cpsr) &&
893 ArmSystem::haveEL(tc, EL3) && curr_el != EL3) {
1065 if (!ArmSystem::haveEL(tc, target_el))
1068 if (target_el == EL1 && ArmSystem::haveEL(tc, EL2) && scr.ns && hcr.tge)
1071 if (target_el == EL2 && ArmSystem::haveEL(tc, EL3) && !scr.ns)
1162 (ArmSystem::haveEL(tc, EL2) && !inSecureState(tc) &&
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc226 if (haveEL(EL3) && !inSecureState() &&
362 if (haveEL(EL3) && !inSecureState() &&
1069 if (haveEL(EL3) && !isEL3OrMon() && icc_ctlr_el1_s.CBPR) {
1081 if (haveEL(EL3) && !isEL3OrMon() && icc_ctlr_el1_ns.CBPR) {
1153 if (haveEL(EL3)) {
1180 if (haveEL(EL3)) {
1242 if (haveEL(EL3))
1289 if (haveEL(EL3) && !inSecureState() && (scr_el3.fiq)) {
2032 if (hppi.group == Gicv3::G1S && !haveEL(EL3)) {
2362 Gicv3CPUInterface::haveEL(ExceptionLeve function in class:Gicv3CPUInterface
[all...]
H A Dgic_v3_cpu_interface.hh313 bool haveEL(ArmISA::ExceptionLevel el) const;

Completed in 31 milliseconds