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

/gem5/src/arch/arm/
H A Disa.hh661 int reg_as_int = static_cast<int>(reg); local
663 reg_as_int += (haveSecurity && !ns) ? 2 : 1;
665 return reg_as_int;
H A Dtable_walker.cc1267 int reg_as_int = snsBankedIndex(reg, currState->tc, local
1269 uint32_t mair = currState->tc->readMiscReg(reg_as_int);
H A Dmiscregs.cc1070 int reg_as_int = static_cast<int>(reg); local
1072 reg_as_int += (ArmSystem::haveSecurity(tc) &&
1075 return reg_as_int;

Completed in 23 milliseconds