Searched refs:to64 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dfaults.cc397 if (to64) {
466 to64 = ELIs64(tc, toEL);
480 // be handled in AArch64 mode (to64).
483 if (to64) {
1083 if (!this->to64) { // AArch32
1134 if (!this->to64) {
1245 if (to64) {
1302 if (to64) {
1374 if (!s1ptw && stage2 && (!to64 || toEL == EL2)) {
H A Dfaults.hh73 bool to64; // True if the exception is taken in AArch64 state member in class:ArmISA::ArmFault
202 machInst(_machInst), issRaw(_iss), from64(false), to64(false),

Completed in 7 milliseconds