|
gem5
|
#include <faults.hh>
Additional Inherited Members | |
Public Types inherited from SparcISA::SparcFaultBase | |
| enum | PrivilegeLevel { U, User = U, P, Privileged = P, H, Hyperprivileged = H, NumLevels, SH = -1, ShouldntHappen = SH } |
Public Member Functions inherited from SparcISA::SparcFault< InternalProcessorError > | |
| FaultName | name () const |
| TrapType | trapType () |
| FaultPriority | priority () |
| FaultStat & | countStat () |
| PrivilegeLevel | getNextLevel (PrivilegeLevel current) |
Public Member Functions inherited from SparcISA::SparcFaultBase | |
| void | invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) |
Static Protected Attributes inherited from SparcISA::SparcFault< InternalProcessorError > | |
| static FaultVals | vals |