gem5
|
#include "kern/kernel_stats.hh"
Go to the source code of this file.
Classes | |
class | X86ISA::Kernel::Statistics |
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
X86ISA::Kernel | |
Enumerations | |
enum | X86ISA::Kernel::cpu_mode { X86ISA::Kernel::ring0, X86ISA::Kernel::ring1, X86ISA::Kernel::ring2, X86ISA::Kernel::ring3, X86ISA::Kernel::kernel = ring0, X86ISA::Kernel::user = ring3, X86ISA::Kernel::idle, X86ISA::Kernel::cpu_mode_num } |
Variables | |
const char * | X86ISA::Kernel::modestr [] |