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