|
gem5
|
#include <faults.hh>
Public Member Functions | |
| FillNOther (uint32_t n) | |
Public Member Functions inherited from SparcISA::EnumeratedFault< FillNOther > | |
| EnumeratedFault (uint32_t n) | |
| TrapType | trapType () |
Public Member Functions inherited from SparcISA::SparcFault< FillNOther > | |
| FaultName | name () const |
| FaultPriority | priority () |
| FaultStat & | countStat () |
| PrivilegeLevel | getNextLevel (PrivilegeLevel current) |
Public Member Functions inherited from SparcISA::SparcFaultBase | |
| void | invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) |
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 } |
Protected Attributes inherited from SparcISA::EnumeratedFault< FillNOther > | |
| uint32_t | _n |
Static Protected Attributes inherited from SparcISA::SparcFault< FillNOther > | |
| static FaultVals | vals |