gem5
|
#include <faults.hh>
Public Member Functions | |
FillNOther (uint32_t n) | |
![]() | |
EnumeratedFault (uint32_t n) | |
TrapType | trapType () |
![]() | |
FaultName | name () const |
FaultPriority | priority () |
FaultStat & | countStat () |
PrivilegeLevel | getNextLevel (PrivilegeLevel current) |
![]() | |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) |
Additional Inherited Members | |
![]() | |
enum | PrivilegeLevel { U, User = U, P, Privileged = P, H, Hyperprivileged = H, NumLevels, SH = -1, ShouldntHappen = SH } |
![]() | |
uint32_t | _n |
![]() | |
static FaultVals | vals |