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

/gem5/src/arch/arm/
H A Dfaults.cc389 assert(!from64 || ArmSystem::highestELIs64(tc));
405 if (!from64 && ((bits(exc_class, 5, 4) == 0) &&
432 from64 = true;
649 if (from64) {
670 if (from64)
885 (from64 ? EC_SVC_64 : vals.ec);
899 if (from64)
923 return from64 ? EC_HVC_64 : vals.ec;
1004 return (from64 ? EC_SMC_64 : vals.ec);
1044 (from64
[all...]
H A Dfaults.hh72 bool from64; // True if the exception is generated from the AArch64 state member in class:ArmISA::ArmFault
202 machInst(_machInst), issRaw(_iss), from64(false), to64(false),

Completed in 12 milliseconds