gem5
v22.0.0.1
|
Enumerations | |
enum | IntDeliveryMode { Fixed = 0, LowestPriority = 1, SMI = 2, NMI = 4, INIT = 5, SIPI = 6, ExtInt = 7, NumModes } |
Functions | |
static bool | isReserved (int mode) |
Variables | |
static const char *const | names [NumModes] |
Enumerator | |
---|---|
Fixed | |
LowestPriority | |
SMI | |
NMI | |
INIT | |
SIPI | |
ExtInt | |
NumModes |
Definition at line 58 of file intmessage.hh.
|
inlinestatic |
Definition at line 76 of file intmessage.hh.
References gem5::X86ISA::mode.
Referenced by gem5::X86ISA::Interrupts::requestInterrupt().
|
static |
Definition at line 70 of file intmessage.hh.
Referenced by gem5::mappingParamIn(), gem5::mappingParamOut(), gem5::X86ISA::Interrupts::requestInterrupt(), and gem5::statistics::DataWrapVec2d< Derived, Vector2dInfoProxy >::ysubnames().