|
gem5
|
#include <faults.hh>
Public Member Functions | |
| InterruptLevelN (uint32_t n) | |
| FaultPriority | priority () |
Public Member Functions inherited from SparcISA::EnumeratedFault< InterruptLevelN > | |
| EnumeratedFault (uint32_t n) | |
| TrapType | trapType () |
Public Member Functions inherited from SparcISA::SparcFault< InterruptLevelN > | |
| 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< InterruptLevelN > | |
| uint32_t | _n |
Static Protected Attributes inherited from SparcISA::SparcFault< InterruptLevelN > | |
| static FaultVals | vals |
|
inline |
|
inlinevirtual |
Implements SparcISA::SparcFaultBase.
Definition at line 186 of file faults.hh.
References SparcISA::EnumeratedFault< InterruptLevelN >::_n.