Searched refs:ELIsInHost (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dutility.hh191 bool ELIsInHost(ThreadContext *tc, ExceptionLevel el);
H A Dutility.cc299 ELIsInHost(ThreadContext *tc, ExceptionLevel el) function in namespace:ArmISA
H A Disa.cc2137 if (el == EL1 || (el == EL0 && !ELIsInHost(tc, el))) {
2141 if (el == EL2 || (el == EL0 && ELIsInHost(tc, el))) {

Completed in 19 milliseconds