Searched refs:highestELIs64 (Results 1 - 12 of 12) sorted by relevance

/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.cc86 if (ArmSystem::highestELIs64(tc)) {
/gem5/src/arch/arm/
H A Dsystem.hh227 bool highestELIs64() const { return _highestELIs64; } function in class:ArmSystem
311 static bool highestELIs64(ThreadContext *tc);
H A Dinterrupts.cc55 bool highest_el_is_64 = ArmSystem::highestELIs64(tc);
H A Dsystem.cc222 ArmSystem::highestELIs64(ThreadContext *tc) function in class:ArmSystem
224 return FullSystem? getArmSystem(tc)->highestELIs64() : true;
H A Disa.hh89 bool highestELIs64; member in class:ArmISA::ISA
645 bool secureReg = haveSecurity && !highestELIs64 &&
678 bool S = haveSecurity && !highestELIs64 &&
701 SERIALIZE_SCALAR(highestELIs64);
719 UNSERIALIZE_SCALAR(highestELIs64);
H A Disa.cc86 highestELIs64 = system->highestELIs64();
98 highestELIs64 = true; // ArmSystem::highestELIs64 does the same
111 highestELIs64 ? Enums::Full : Enums::Elem;
204 if (FullSystem && system->highestELIs64()) {
1060 if (haveSecurity && !highestELIs64 && !scr.ns) {
H A Dutility.cc321 if (ArmSystem::highestELIs64(tc) && ArmSystem::highestEL(tc) == el) {
325 } else if (!ArmSystem::highestELIs64(tc)) {
H A Dfaults.cc389 assert(!from64 || ArmSystem::highestELIs64(tc));
749 if (!ArmSystem::highestELIs64(tc)) {
H A Dmiscregs.cc1073 !ArmSystem::highestELIs64(tc) && !ns) ? 2 : 1;
2858 bool aarch32EL3 = haveSecurity && !highestELIs64;
/gem5/src/arch/arm/kvm/
H A Dbase_cpu.cc82 if (!((ArmSystem *)system)->highestELIs64()) {
/gem5/src/arch/arm/linux/
H A Dsystem.cc239 if (!highestELIs64()) {
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc1084 if (!ArmSystem::highestELIs64(tc))

Completed in 40 milliseconds