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

/gem5/src/arch/alpha/
H A Dkernel_stats.cc55 idleProcess((Addr)-1), themode(kernel), lastModeTick(0),
158 assert(themode == kernel);
160 themode = idle;
161 changeMode(themode, tc);
169 if (newmode == themode)
173 modestr[themode], modestr[newmode],
177 _modeTicks[themode] += curTick() - lastModeTick;
180 themode = newmode;
197 assert(themode != user);
236 int exemode = themode;
[all...]
H A Dkernel_stats.hh55 cpu_mode themode; member in class:AlphaISA::Kernel::Statistics

Completed in 5 milliseconds