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

/gem5/src/arch/alpha/
H A Dkernel_stats.hh48 enum cpu_mode { kernel, user, idle, cpu_mode_num }; enum in namespace:AlphaISA::Kernel
55 cpu_mode themode;
58 void changeMode(cpu_mode newmode, ThreadContext *tc);
87 void mode(cpu_mode newmode, ThreadContext *tc);
H A Dkernel_stats.cc165 Statistics::changeMode(cpu_mode newmode, ThreadContext *tc)
184 Statistics::mode(cpu_mode newmode, ThreadContext *tc)
252 themode = (cpu_mode)exemode;

Completed in 5 milliseconds