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

/gem5/src/arch/alpha/
H A Dkernel_stats.cc165 Statistics::changeMode(cpu_mode newmode, ThreadContext *tc) argument
167 _mode[newmode]++;
169 if (newmode == themode)
173 modestr[themode], modestr[newmode],
176 _modeGood[newmode]++;
180 themode = newmode;
184 Statistics::mode(cpu_mode newmode, ThreadContext *tc) argument
188 if (newmode == kernel && pcbb == idleProcess)
189 newmode = idle;
191 changeMode(newmode, t
[all...]
H A Dkernel_stats.hh58 void changeMode(cpu_mode newmode, ThreadContext *tc);
87 void mode(cpu_mode newmode, ThreadContext *tc);

Completed in 5 milliseconds