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

/gem5/src/arch/arm/
H A Dutility.cc286 return !ELIs32(tc, el);
290 ELIs32(ThreadContext *tc, ExceptionLevel el) function in namespace:ArmISA
305 return (!isSecureBelowEL3(tc) && !ELIs32(tc, EL2) && hcr.e2h == 1 &&
H A Dutility.hh183 bool ELIs32(ThreadContext *tc, ExceptionLevel el);
H A Dfaults.cc964 lower_32 = ELIs32(tc, EL2);
966 lower_32 = ELIs32(tc, EL1);
968 lower_32 = ELIs32(tc, static_cast<ExceptionLevel>(toEL - 1));
H A Disa.cc499 if (scr.ns && (cpsr.mode != MODE_MON) && ELIs32(tc, EL3)) {
842 if (scr.ns && (cpsr.mode != MODE_MON) && ELIs32(tc, EL3)) {
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc636 !ELIs32(tc, EL2) && (hcr.tge == 1 || mdcr.tde == 1)) ||
637 !ELIs32(tc, EL1)) {
1161 return (pstateEL == EL0 && !ELIs32(tc, EL1)) ||
1163 !ELIs32(tc, EL2) && hcr.tge);

Completed in 22 milliseconds